Skip to content

Commit

Permalink
Less relative pathing
Browse files Browse the repository at this point in the history
* Remove ./ from ./coverage.lcov for Codacy.
  • Loading branch information
l3laze committed Feb 20, 2024
1 parent 1faa67c commit 8da71ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
uses: codacy/codacy-coverage-reporter-action@v1
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: ./coverage.lcov
coverage-reports: coverage.lcov

0 comments on commit 8da71ff

Please sign in to comment.