Skip to content

Commit

Permalink
ci: add include-hidden-files to actions/upload-artifact (deepmode…
Browse files Browse the repository at this point in the history
…ling#4095)

Due to a breaking change introduced in
actions/upload-artifact#602.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Enhanced file handling in the workflow by including hidden files
during job execution, improving output granularity.
  
- **Bug Fixes**
- Adjusted job configuration to ensure accurate test duration reporting
by considering hidden files.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
  • Loading branch information
njzjz authored and Mathieu Taillefumier committed Sep 18, 2024
1 parent 57e5005 commit 425ab63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
with:
name: split-${{ matrix.python }}-${{ matrix.group }}
path: .test_durations_${{ matrix.group }}
include-hidden-files: true
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 425ab63

Please sign in to comment.