We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d189b commit 5dfcf91Copy full SHA for 5dfcf91
.circleci/config.yml
@@ -1,4 +1,8 @@
1
version: 2.1
2
+
3
+orbs:
4
+ codecov: codecov/[email protected]
5
6
jobs:
7
build:
8
docker:
@@ -38,4 +42,6 @@ jobs:
38
42
name: Run Python tests
39
43
command: |
40
44
python -m pytest -vv -n0 --cov=tsdate --cov-report=xml --cov-branch tests
41
- python3 -m codecov
45
46
+ - codecov/upload:
47
+ token: CODECOV_TOKEN
requirements.txt
@@ -6,7 +6,6 @@ tqdm
daiquiri
msprime>=1.0.0
scipy
9
-codecov
10
numba
11
appdirs
12
pre-commit
0 commit comments