Skip to content

Commit

Permalink
add codecov integration
Browse files Browse the repository at this point in the history
  • Loading branch information
tonerdo committed May 5, 2018
1 parent ad60a1c commit 60a484f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -10,4 +10,7 @@ env:
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
script:
- dotnet msbuild build.proj
- dotnet msbuild build.proj /p:Configuration=Release
- dotnet msbuild build.proj /p:Configuration=Release
- curl -s https://codecov.io/bash > codecov
- chmod +x codecov
- ./codecov -f ./test/coverlet.core.tests/coverage.xml

0 comments on commit 60a484f

Please sign in to comment.