Skip to content

Commit 04e9d9f

Browse files
trying to fix pytest code coverage
1 parent ede44f8 commit 04e9d9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ install:
2020
- pip3 install -r requirements.txt
2121
- pip3 install pytest
2222
- pip3 install pytest-cov
23-
- pip3 install coveralls
23+
- pip3 install codecov
2424

2525
script: pytest --cov=Algorithm_tests/
2626
# - awesome_bot README.md --allow-dupe --allow-redirect
@@ -55,4 +55,4 @@ script: pytest --cov=Algorithm_tests/
5555
# - python Algorithm_tests/sorting_tests/test_sorting.py
5656

5757
after_success:
58-
- coveralls
58+
- codecov

0 commit comments

Comments
 (0)