Skip to content

Commit

Permalink
Disable coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthercox committed Jan 5, 2025
1 parent 7d37fcb commit 0524b20
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,14 @@ jobs:
# python runtests.py
# python examples/django_app/manage.py test examples/django_app/
# --------------------------------------------------------------
# TODO: Fix & re-enable later
# https://github.com/marketplace/actions/coveralls-github-action
- name: Coveralls GitHub Action
uses: coverallsapp/[email protected]
- name: Generate code coverage
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: 3ec30a156224df0f59620967241d9659086e918fd824f4f69b8ce7b55b5a590f
with:
coverageCommand: coverage
debug: true
# - name: Coveralls GitHub Action
# uses: coverallsapp/[email protected]
# - name: Generate code coverage
# uses: paambaati/[email protected]
# env:
# CC_TEST_REPORTER_ID: 3ec30a156224df0f59620967241d9659086e918fd824f4f69b8ce7b55b5a590f
# with:
# coverageCommand: coverage
# debug: true

0 comments on commit 0524b20

Please sign in to comment.