Skip to content

Commit 9588521

Browse files
authored
Merge pull request #258 from benjeffery/fix-codecov
Fix codecov
2 parents 09d189b + 5dfcf91 commit 9588521

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.circleci/config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
version: 2.1
2+
3+
orbs:
4+
codecov: codecov/[email protected]
5+
26
jobs:
37
build:
48
docker:
@@ -38,4 +42,6 @@ jobs:
3842
name: Run Python tests
3943
command: |
4044
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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ tqdm
66
daiquiri
77
msprime>=1.0.0
88
scipy
9-
codecov
109
numba
1110
appdirs
1211
pre-commit

0 commit comments

Comments
 (0)