Skip to content

Commit

Permalink
ci: change coverarge file format to lcov
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidaalex committed Aug 13, 2024
1 parent 070f31d commit 900b9af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=lcov
- name: Coveralls
uses: coverallsapp/[email protected]
with:
format: opencover
format: lcov
file: ./Bank.Tests/coverage.opencover.xml

0 comments on commit 900b9af

Please sign in to comment.