Skip to content

Commit

Permalink
Include hidden files to upload coverage artifact (#1464)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyWong16 authored Sep 9, 2024
1 parent 2125b64 commit 23ffc01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ jobs:
if: always() && (steps.test.outcome == 'success' || steps.test.outcome == 'failure')
uses: actions/upload-artifact@v4
with:
include-hidden-files: true
name: coverage-${{ matrix.plex }}-${{ steps.python.outputs.python-version }}
path: .coverage

Expand Down

0 comments on commit 23ffc01

Please sign in to comment.