-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump codecov/codecov-action from 5.1.1 to 5.1.2
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
0bc35d3
commit 9022537
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ jobs: | |
export DIRACX_EXTENSIONS=gubbins,diracx | ||
pytest --cov-report=xml:coverage.xml --junitxml=report.xml | ||
- name: Upload coverage report | ||
uses: codecov/[email protected].1 | ||
uses: codecov/[email protected].2 | ||
|
||
|
||
build-wheels: | ||
|
@@ -256,7 +256,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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,7 +77,7 @@ jobs: | |
pip install mypy ${{ matrix.package }}[types] | ||
mypy ${{ matrix.package }}/src | ||
- name: Upload coverage report | ||
uses: codecov/[email protected].1 | ||
uses: codecov/[email protected].2 | ||
|
||
pytest-integration: | ||
runs-on: ubuntu-latest | ||
|
@@ -144,7 +144,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 | ||
|
||
|