From 83a52851bc23d66286ba53af9747d0ecc9995ebe Mon Sep 17 00:00:00 2001 From: Bob Baker Date: Wed, 6 May 2020 17:32:25 -0700 Subject: [PATCH] Update .travis.yml --- .travis.yml | 9 --------- 1 file changed, 9 deletions(-) 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)