Skip to content

Commit

Permalink
update the test action to reflect they've moved location
Browse files Browse the repository at this point in the history
  • Loading branch information
metazool committed Jul 1, 2024
1 parent e5530bf commit b2d2aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: ${{ matrix.python-version }}
auto-activate-base: false
- run: pip install pytest-cov
- run: python -m pytest --cov=cyto_ml --cov-report xml:coverage.xml tests/
- run: python -m pytest --cov=cyto_ml --cov-report xml:coverage.xml
- uses: actions/upload-artifact@v4
with:
name: coverage.xml
Expand Down

0 comments on commit b2d2aa1

Please sign in to comment.