Skip to content

Commit

Permalink
Merge pull request #2 from Bchass/codecov
Browse files Browse the repository at this point in the history
fix path for codecov
  • Loading branch information
Bchass authored May 27, 2024
2 parents 6ba4950 + d8846e4 commit b280d52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Python package](https://github.com/Bchass/tinynumpy/actions/workflows/python-package.yml/badge.svg)](https://github.com/Bchass/tinynumpy/actions/workflows/python-package.yml)
[![codecov](https://codecov.io/gh/Bchass/tinynumpy/graph/badge.svg?token=fpx7bXEqTx)](https://codecov.io/gh/Bchass/tinynumpy)

tinynumpy
=========
Expand Down

0 comments on commit b280d52

Please sign in to comment.