Skip to content

Commit

Permalink
Add include-hidden-files to upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
lazorchakp committed Sep 4, 2024
1 parent 16f00b5 commit 738c3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ jobs:
env:
TOX_COV_SUFFIX: py${{ matrix.python-version }}
run: tox -e pytest
- run: ls -a -R
- name: Upload coverage
uses: actions/upload-artifact@v4
with:
path: .coverage.py${{ matrix.python-version }}
include-hidden-files: true
if-no-files-found: error

coverage:
Expand Down

0 comments on commit 738c3f5

Please sign in to comment.