Skip to content

Commit

Permalink
Disable codecov plugins
Browse files Browse the repository at this point in the history
Removes dumb attempts to run tools that don’t exist and are unnecessary.
  • Loading branch information
samdoran committed Apr 8, 2024
1 parent 557c458 commit cba67f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ jobs:
flags: unittests
name: Python-${{ matrix.python-version}}
fail_ci_if_error: true
plugin: pycoverage # Only run one plugin even though we don't want any to run.

- name: Set Codecov job status on skipped tests
if: needs.changed-files.outputs.run_tests != 'true'
Expand Down

0 comments on commit cba67f5

Please sign in to comment.