Skip to content

Commit

Permalink
Add code coverage support in Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Jun 14, 2019
1 parent ae20afa commit 15a43de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -5,4 +5,6 @@ install:
script:
- dotnet restore
- dotnet test
- dotnet build
- dotnet build
- dotnet tool install coveralls.net --version 1.0.0 --tool-path tools
- ./tools/csmacnz.Coveralls

0 comments on commit 15a43de

Please sign in to comment.