Skip to content

Commit

Permalink
ci: add coveralls configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidaalex committed Aug 13, 2024
1 parent c4f69b1 commit 757eb87
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,9 @@ jobs:
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=lcov
- name: Coveralls
uses: coverallsapp/github-action@v2.3.0
with:
format: lcov
file: ./Bank.Tests/coverage.info

0 comments on commit 757eb87

Please sign in to comment.