From 3000e6aeea6eea2e50b3f3716a6b68258aae0405 Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Mon, 30 Nov 2020 00:05:27 +0100 Subject: [PATCH] Removed codecov verbosity --- .github/workflows/build-test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 7f8999b..bdc348a 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -24,8 +24,7 @@ jobs: run: dotnet build --configuration Release --no-restore - name: ๐Ÿงช Test run: dotnet test --no-restore /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=../coverage/opencover.xml - - name: Push coverage to Codecov.io + - name: ๐Ÿ“š Push to Codecov.io uses: codecov/codecov-action@v1 with: - file: coverage/opencover.xml # optional - verbose: true # optional (default = false) \ No newline at end of file + file: coverage/opencover.xml