diff --git a/.travis.yml b/.travis.yml index 306447aa..d2219a29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)