Skip to content

Commit

Permalink
More integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed Feb 10, 2020
1 parent 24324f0 commit b3cf0bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ dotnet: 3.0
script:
- dotnet restore
- dotnet build -c Release
- dotnet test
- dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=../coverage/opencover.xml

after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash) -f "coverage/opencover.xml"

branches:
only:
Expand Down

0 comments on commit b3cf0bf

Please sign in to comment.