Skip to content

Commit eb5461a

Browse files
committed
Fix codecov
1 parent a6b3f0a commit eb5461a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ jobs:
9393
name: run fast tests
9494
command: |
9595
make ci
96-
codecov -F tests -e PYTHON
96+
97+
- bitcartcc/codecov
9798

9899
- upload-results
99100

test-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
black
2-
codecov
32
flake8
43
isort
54
mypy

0 commit comments

Comments
 (0)