Skip to content

Commit 6b6c3ba

Browse files
ci: upload coverage artifacts properly with upload-artifact@v4.4.0 (#1406)
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent 7039aea commit 6b6c3ba

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ jobs:
228228
if: always()
229229
uses: actions/upload-artifact@v4
230230
with:
231+
include-hidden-files: true
231232
name: coverage-html-${{ matrix.docker-image }}
232233
path: .cov/html
233234
retention-days: 7

doc/changelog.d/1406.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
upload coverage artifacts properly with upload-artifact@v4.4.0

0 commit comments

Comments
 (0)