Skip to content

Commit

Permalink
remove deprecated fields
Browse files Browse the repository at this point in the history
  • Loading branch information
maskarb committed Jan 22, 2025
1 parent 85b2904 commit 48be3f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,11 +336,11 @@ jobs:
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage.xml
files: ./coverage.xml
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.
plugins: noop

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

0 comments on commit 48be3f9

Please sign in to comment.