Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add coverage report
Browse files Browse the repository at this point in the history
mathieuboudreau committed Jan 27, 2025
1 parent bd65024 commit 1bdfda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |
pytest -v --cov AxonDeepSeg/ --cov-report=lcov
pytest -v --cov functions/ --cov-report=lcov
# Step 4: Submit to coveralls
- name: Submit to coveralls
uses: coverallsapp/github-action@v2.3.6

0 comments on commit 1bdfda8

Please sign in to comment.