Skip to content

Commit

Permalink
ci: add file name argument
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidaalex committed Aug 13, 2024
1 parent 200414e commit 070f31d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ jobs:
run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
- name: Coveralls
uses: coverallsapp/github-action@v2.3.0
with:
format: opencover
file: ./Bank.Tests/coverage.opencover.xml

0 comments on commit 070f31d

Please sign in to comment.