Skip to content

Commit 8680c90

Browse files
Bump codecov/codecov-action from 2 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v2...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4cdf4be commit 8680c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ jobs:
299299
pip install -r requirements/requirements_tests.txt
300300
xvfb-run pytest -v --cov=ansys.mapdl.core --cov-report=xml --cov-report=html
301301
302-
- uses: codecov/codecov-action@v2
302+
- uses: codecov/codecov-action@v3
303303
if: matrix.mapdl-version == 'v21.2.1'
304304
name: 'Upload coverage to Codecov'
305305

0 commit comments

Comments
 (0)