Skip to content

Commit

Permalink
CI: use fast-linter when calculating code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirone authored and keradus committed Oct 27, 2023
1 parent 1e6cd8c commit 149e782
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ jobs:

- name: Collect code coverage
if: matrix.calculate-code-coverage == 'yes'
env:
FAST_LINT_TEST_CASES: 1
run: vendor/bin/paraunit coverage --testsuite coverage --exclude-group covers-nothing --clover build/logs/clover.xml

- name: Upload coverage results to Coveralls
Expand Down

0 comments on commit 149e782

Please sign in to comment.