We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee03fc commit 05f353aCopy full SHA for 05f353a
.travis.yml
@@ -5,6 +5,8 @@ env:
5
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
6
- DOTNET_CLI_TELEMETRY_OPTOUT=1
7
dotnet: 2.1.401
8
+install:
9
+ - dotnet restore
10
script: dotnet test -c Release /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[JsonLD.Test*]*"
11
after_success:
12
- curl -s https://codecov.io/bash > codecov
0 commit comments