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 d2a471a commit 83a5285
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,3 @@ after_success:
- 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
# - dotnet test --no-build
# - minicover uninstrument
# - minicover coverallsreport --threshold 90
# - minicover report --threshold 90
# - bash <(curl -s https://codecov.io/bash)

0 comments on commit 83a5285

Please sign in to comment.