Skip to content

Commit

Permalink
Try get the coverage test working!
Browse files Browse the repository at this point in the history
  • Loading branch information
SorooshMani-NOAA committed Jan 30, 2024
1 parent 0ec8b30 commit 59dd75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
path: ${{ env.pythonLocation }}
key: test-${{ runner.os }}-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml', 'setup.*') }}
- run: pip install ".[test]" pytest-cov pytest-xdist
- run: pytest -n auto --cov . --cov-report xml:coverage.xml
- run: pytest --cov . --cov-report xml:coverage.xml
- run: coverage report -m
- uses: codecov/codecov-action@main
with:
Expand Down

0 comments on commit 59dd75d

Please sign in to comment.