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 fdcc8fd commit 2167a7dCopy full SHA for 2167a7d
.travis.yml
@@ -0,0 +1,7 @@
1
+language: csharp
2
+solution: JsonLD.sln
3
+script: dotnet test -c Release /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[JsonLD.Test*]*"
4
+after_success:
5
+ - curl -s https://codecov.io/bash > codecov
6
+ - chmod +x codecov
7
+ - ./codecov -f "*opencover.xml"
0 commit comments