Skip to content

Commit

Permalink
Merge pull request #237 from gerlero/codecov
Browse files Browse the repository at this point in the history
Fix code coverage reporting
  • Loading branch information
gerlero authored Oct 20, 2024
2 parents 4819910 + fe0d6ee commit 2e30fa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ jobs:
uses: koesterlab/setup-slurm-action@v1
- name: Install test dependencies
run: |
uv sync --extra test --dev
uv pip install --system .[test]
- name: Test with pytest
run: |
uv run pytest --cov=foamlib
pytest --cov=foamlib
env:
OMPI_MCA_rmaps_base_oversubscribe: 1
OMPI_ALLOW_RUN_AS_ROOT: 1
Expand Down

0 comments on commit 2e30fa1

Please sign in to comment.