Skip to content

Commit ae9793e

Browse files
authored
Update config.yml
1 parent 0e418a0 commit ae9793e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
python -m venv venv
3030
. venv/bin/activate
3131
pip install -r requirements.txt
32+
pip install codecov
3233
3334
- save_cache:
3435
paths:
@@ -39,7 +40,8 @@ jobs:
3940
name: run tests
4041
command: |
4142
. venv/bin/activate
42-
python test.py
43+
coverage run test/test.py
44+
codecov
4345
4446
# - store_artifacts:
4547
# path: test-reports

0 commit comments

Comments
 (0)