Skip to content

Commit

Permalink
try with real action plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
richm committed Dec 9, 2020
1 parent a3365a3 commit 65a5fa8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ jobs:
env:
COVERALLS_CMD: "echo skipping coveralls - use coveralls-python-action"
COVERAGE_RCFILE: .coveragerc-v5
# - name: Report unit test coverage to coveralls.io
# uses: ./.github/actions/coveralls
# with:
# debug: true
- name: Report unit test coverage to coveralls.io
uses: ./.github/actions/coveralls
with:
debug: true

uses: AndreMiras/coveralls-python-action@develop
python-26:
runs-on: ubuntu-16.04
steps:
Expand Down

0 comments on commit 65a5fa8

Please sign in to comment.