Skip to content

Commit

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

build(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1
  • Loading branch information
chrisburr authored May 27, 2024
2 parents fd0efa5 + e4f3657 commit 608487d
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].0
uses: codecov/[email protected].1

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].0
uses: codecov/[email protected].1
with:
files: ./coverage-pytest.xml,./coverage-demo.xml

Expand Down

0 comments on commit 608487d

Please sign in to comment.