Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rbaker26 authored May 7, 2020
1 parent c5be5f6 commit d2a471a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ script:
- dotnet build SAP1EMU-no-gui.sln
- dotnet test SAP1EMU-no-gui.sln
after_success:
- dotnet tool install -g coveralls.net --version 1.0.0
- csmacnz.Coveralls --help

# after_success:
- cd SAP1EMU.Lib.Test/
- dotnet add package coverlet.collector
- dotnet test --collect:"XPlat Code Coverage"
- bash <(curl -s https://codecov.io/bash)

# - dotnet tool install minicover
# - minicover instrument
# - minicover reset
Expand Down

0 comments on commit d2a471a

Please sign in to comment.