Skip to content

Commit d85e877

Browse files
committed
Add encrypted CODECOV_TOKEN
1 parent 53c6330 commit d85e877

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ env:
44
global:
55
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
66
- DOTNET_CLI_TELEMETRY_OPTOUT=1
7+
- secure: LyfZri+LDXaez/OqC/JU+HMNQeDebmf+SYPZUOGDtWeYBWsYdpsIuhQj5PgfV5aNwSMeefxjFPk/27Cw8D7M7SDcIavBoZbP5fCBqGr9FQKRWkDizaKqP1Mnmu5bFCCr7+7jgTueFk2NZ60rj6vJsmmDtIrMoGF07RzqPySgfLM=
78
dotnet: 2.1.401
89
install:
9-
- dotnet restore
10+
- dotnet restore
1011
script:
11-
- dotnet build
12-
- dotnet test -c Release /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[JsonLD.Test*]*"
12+
- dotnet test -c Release /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[JsonLD.Test*]*"
1313
after_success:
14-
- curl -s https://codecov.io/bash > codecov
15-
- chmod +x codecov
16-
- ./codecov -f "*opencover.xml"
14+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)