Skip to content

Commit

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

build(deps): bump codecov/codecov-action from 4.3.1 to 4.4.0
  • Loading branch information
chaen authored May 22, 2024
2 parents cb8f78f + 492d798 commit 2f9f1f6
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.3.1
uses: codecov/codecov-action@v4.4.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.3.1
uses: codecov/codecov-action@v4.4.0
with:
files: ./coverage-pytest.xml,./coverage-demo.xml

Expand Down

0 comments on commit 2f9f1f6

Please sign in to comment.