Skip to content

Commit

Permalink
Add coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau committed Jan 27, 2025
1 parent 95d4521 commit bd65024
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
Expand Up @@ -29,7 +29,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |
pytest -v
pytest -v --cov AxonDeepSeg/ --cov-report=lcov
# Step 4: Submit to coveralls
- name: Submit to coveralls
uses: coverallsapp/[email protected]

0 comments on commit bd65024

Please sign in to comment.