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 200414e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ 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=opencover
- name: Coveralls
uses: coverallsapp/github-action@v2.3.0

0 comments on commit 200414e

Please sign in to comment.