Skip to content

Commit

Permalink
Trying to fix Codacy
Browse files Browse the repository at this point in the history
* fix: Codacy isn't accepting coverage for testease.js because "Ignoring <filename> for coverage calculation. No matching file found in the repository." Lol...
  • Loading branch information
l3laze committed Feb 12, 2024
1 parent 331f000 commit 9654bcd
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 9654bcd

Please sign in to comment.