Skip to content

Commit

Permalink
fix coverage task
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Oct 5, 2023
1 parent a7ca17b commit 30df16d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@ jobs:

- name: Setup LCOV
uses: hrishikesh-kadam/setup-lcov@v1
with:
working-directory: ./$package_folder

- name: Filter files to ignore
working-directory: ./$package_folder
run: |
cd $package_folder && lcov --rc lcov_branch_coverage=1 \
lcov --rc lcov_branch_coverage=1 \
--remove lcov.info \
--output-file lcov.info "*node_modules*" "*test*" "*script*" "*DeploymentConfig*" "*Redeem*" "*deployment*"
Expand Down

0 comments on commit 30df16d

Please sign in to comment.