Skip to content

Commit

Permalink
Add coverage to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
aimiktena committed Jun 8, 2024
1 parent 2d9946a commit 6116875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
coverage run -m unittest
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4

- name: upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ setuptools>=18.0.1
six>=1.14.0
tox
twine
coverage

0 comments on commit 6116875

Please sign in to comment.