Skip to content

Commit 2df5db6

Browse files
committed
Sending CI results to coveralls
1 parent 765f30b commit 2df5db6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
- image: python:3.7-stretch
4040
steps:
4141
- setup_and_run_tests
42+
- run:
43+
name: Send coverage results to coveralls
44+
command: python -m coveralls
4245
style_enforcement:
4346
docker:
4447
- image: python:3.7-stretch

0 commit comments

Comments
 (0)