Skip to content

Commit

Permalink
Work around bug in coveralls
Browse files Browse the repository at this point in the history
TheKevJames/coveralls-python#251

modified:   .github/workflows/main.yml
modified:   CHANGES.txt
  • Loading branch information
jugmac00 committed Jan 12, 2021
1 parent a5648e7 commit fb2d47d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:

- name: "Report to coveralls"
# coverage is only created in the py39 environment
# --service=github is a workaround for bug
# https://github.com/coveralls-clients/coveralls-python/issues/251
if: "matrix.python-version == '3.9'"
run: |
pip install coveralls
Expand Down
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ CHANGES

- Add support for Python 3.9.

- Use GitHub Actions instead of Travis for CI.
(Travis no longer gives free credits to open source projects.)


0.14 (2020-01-29)
=================
Expand Down

0 comments on commit fb2d47d

Please sign in to comment.