Skip to content

Commit

Permalink
FIX: Adapting braking change for upload action (#895)
Browse files Browse the repository at this point in the history
Co-authored-by: pyansys-ci-bot <[email protected]>
  • Loading branch information
dipinknair and pyansys-ci-bot authored Sep 5, 2024
1 parent d541db9 commit cf3b0c5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ jobs:
uses: actions/upload-artifact@v4
if: matrix.mechanical-version == needs.revn-variations.outputs.test_docker_image_version
with:
include-hidden-files: true
name: coverage-tests
path: .cov
retention-days: 7
Expand All @@ -225,6 +226,7 @@ jobs:
uses: actions/upload-artifact@v4
if: matrix.mechanical-version == needs.revn-variations.outputs.test_docker_image_version
with:
include-hidden-files: true
name: coverage-file-tests
path: .coverage
retention-days: 7
Expand Down Expand Up @@ -295,6 +297,7 @@ jobs:
uses: actions/upload-artifact@v4
if: env.MAIN_PYTHON_VERSION == matrix.python-version
with:
include-hidden-files: true
name: coverage-tests-embedding
path: .cov
retention-days: 7
Expand All @@ -303,6 +306,7 @@ jobs:
uses: actions/upload-artifact@v4
if: env.MAIN_PYTHON_VERSION == matrix.python-version
with:
include-hidden-files: true
name: coverage-file-tests-embedding
path: .coverage
retention-days: 7
Expand Down Expand Up @@ -368,6 +372,7 @@ jobs:
uses: actions/upload-artifact@v4
if: env.MAIN_PYTHON_VERSION == matrix.python-version
with:
include-hidden-files: true
name: coverage-tests-embedding-scripts
path: .cov
retention-days: 7
Expand All @@ -376,6 +381,7 @@ jobs:
uses: actions/upload-artifact@v4
if: env.MAIN_PYTHON_VERSION == matrix.python-version
with:
include-hidden-files: true
name: coverage-file-tests-embedding-scripts
path: .coverage
retention-days: 7
Expand Down Expand Up @@ -454,6 +460,7 @@ jobs:
uses: actions/upload-artifact@v4
if: env.MAIN_PYTHON_VERSION == matrix.python-version
with:
include-hidden-files: true
name: coverage-tests-remote-session-launch
path: .cov
retention-days: 7
Expand All @@ -462,6 +469,7 @@ jobs:
uses: actions/upload-artifact@v4
if: env.MAIN_PYTHON_VERSION == matrix.python-version
with:
include-hidden-files: true
name: coverage-file-tests-remote-session-launch
path: .coverage
retention-days: 7
Expand Down Expand Up @@ -661,9 +669,11 @@ jobs:
- name: Upload combined coverage results
uses: actions/upload-artifact@v4
with:
include-hidden-files: true
name: combined-coverage-results
path: .coverage-combined
retention-days: 7

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/895.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Adapting braking change for upload action

0 comments on commit cf3b0c5

Please sign in to comment.