Skip to content

Commit

Permalink
edit code coverage CI command (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhea authored Sep 2, 2021
1 parent f936213 commit 0c4bd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Coverage
run: npm run build && npm run coverage
- name: Edit lcov.info
run: cat coverage/lcov.info | sed '/.*\/balancer-core-v2\/.*/,/TN:/d' | sed '/.*\/interfaces\/.*/,/TN:/d' | sed '/.*\/test\/.*/,/TN:/d' > coverage/tmp.info && mv coverage/tmp.info coverage/lcov.info
run: cat coverage/lcov.info | sed '/.*\/balancer-core-v2\/.*/,/TN:/d' | sed '/.*\/test\/.*/,/TN:/d' > coverage/tmp.info && mv coverage/tmp.info coverage/lcov.info
- name: Coveralls
uses: coverallsapp/[email protected]
with:
Expand Down

0 comments on commit 0c4bd30

Please sign in to comment.