Skip to content

Commit

Permalink
Merge pull request #220 from DIRACGrid/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-4.0.2

Bump codecov/codecov-action from 4.0.1 to 4.0.2
  • Loading branch information
chrisburr authored Mar 3, 2024
2 parents 8a70c69 + acb52ff commit 791f37b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
pip install .[testing]
pytest --cov-report=xml:coverage.xml --junitxml=report.xml
- name: Upload coverage report
uses: codecov/[email protected].1
uses: codecov/[email protected].2

pytest-integration:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
coverage xml -o coverage-demo.xml --data-file "${coverage_data}"
- name: Upload coverage report
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
files: ./coverage-pytest.xml,./coverage-demo.xml

Expand Down

0 comments on commit 791f37b

Please sign in to comment.