Skip to content

Commit

Permalink
ENH: update code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ncullen93 committed Mar 28, 2024
1 parent ca09938 commit 6c62da6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ jobs:
run: tests/run_tests.sh -c

- name: Coveralls
uses: coverallsapp/github-action@v2
uses: coverallsapp/github-action@v2.2.3
with:
file: tests/coverage.xml
2 changes: 1 addition & 1 deletion tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $PYCMD test_transforms.py $@

if [[ $COVERAGE -eq 1 ]]; then
coverage combine
coverage html
coverage xml
fi


Expand Down

0 comments on commit 6c62da6

Please sign in to comment.