Skip to content

Commit

Permalink
ci: fix test coverage and pin pytest-cov version (#5297)
Browse files Browse the repository at this point in the history
  • Loading branch information
alaeddine-13 committed Oct 21, 2022
1 parent a389273 commit 8cedfd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extra-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Pillow: test
pytest: test
pytest-timeout: test
pytest-mock: test
pytest-cov: test
pytest-cov==3.0.0: test
coverage==6.2: test
pytest-repeat: test
pytest-asyncio: test
Expand Down
2 changes: 1 addition & 1 deletion jina/resources/extra-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Pillow: test
pytest: test
pytest-timeout: test
pytest-mock: test
pytest-cov: test
pytest-cov==3.0.0: test
coverage==6.2: test
pytest-repeat: test
pytest-asyncio: test
Expand Down

0 comments on commit 8cedfd3

Please sign in to comment.