Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[blocked upstream] ci: use coveralls for all jobs (fixed for Coverage.py 5) #88

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Prev Previous commit
fix notify
  • Loading branch information
blueyed committed Jan 2, 2020
commit 871888bcb76991ab2e8be6e00cb28c7ac091c705
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:

notify:
<<: *common
docker:
- image: circleci/python:3.8
steps:
- run:
name: Report finished build to coveralls
Expand Down