Skip to content

Commit

Permalink
Removed codecov verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed Nov 29, 2020
1 parent 0f26f14 commit 3000e6a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
file: coverage/opencover.xml

0 comments on commit 3000e6a

Please sign in to comment.