Skip to content

Commit

Permalink
#764: Fix path to dotnet coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
laingsimon committed May 21, 2024
1 parent f6b1740 commit 87e59b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Publish dotnet coverage
uses: coverallsapp/github-action@v2
with:
file: ./CourageScores.Tests/Coverage/coverage.info
file: Coverage/coverage.info
flag-name: dotnet
parallel: true
format: lcov
Expand Down

0 comments on commit 87e59b7

Please sign in to comment.