Skip to content

Commit

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

Bump codecov/codecov-action from 4.0.2 to 4.1.0
  • Loading branch information
chrisburr authored Mar 4, 2024
2 parents c14c07d + 7e93397 commit ae79122
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/codecov-action@v4.0.2
uses: codecov/codecov-action@v4.1.0

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/codecov-action@v4.0.2
uses: codecov/codecov-action@v4.1.0
with:
files: ./coverage-pytest.xml,./coverage-demo.xml

Expand Down

0 comments on commit ae79122

Please sign in to comment.