Skip to content

Commit

Permalink
👷 remove the treshold for code coverage
Browse files Browse the repository at this point in the history
It seems the new configuration of the tests return now a different code
coverage. This is probably due to the fact that the tests are now run
with the `--ir-minimum` flag. In waiting for an investigation, I remove
the treshold for the code coverage.
  • Loading branch information
qd-qd committed Dec 15, 2023
1 parent 0ab879e commit d44c4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
uses: zgosalvez/github-actions-report-lcov@v3
with:
coverage-files: lcov.info
minimum-coverage: 80
# minimum-coverage: 80
artifact-name: code-coverage-report
github-token: ${{ secrets.GITHUB_TOKEN }}
update-comment: true

0 comments on commit d44c4a8

Please sign in to comment.