Skip to content

Commit

Permalink
fix path for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Bchass committed May 27, 2024
1 parent 6ba4950 commit fc237ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Run tests with Python ${{ matrix.python-version }}
run: |
python${{ matrix.python-version }} -m pytest --cov=tinynumpy/matrices --cov-report=xml tinynumpy/tests
python${{ matrix.python-version }} -m pytest --cov=tinynumpy --cov-report=xml tinynumpy/tests
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit fc237ac

Please sign in to comment.