Skip to content

Commit

Permalink
chore: change the path to the coverage info file
Browse files Browse the repository at this point in the history
  • Loading branch information
Teodor92 committed Dec 16, 2023
1 parent e98cba5 commit cd65ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: './test/MoreDotNet.Test/coverage.info'
path-to-lcov: './test/MoreDotNet.Test/TestResults/coverage.info'

0 comments on commit cd65ff9

Please sign in to comment.