Skip to content

Commit

Permalink
Fix coverage files are hidden broken for upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Sep 8, 2024
1 parent 3c79974 commit f96fe88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4

# keep in sync with .pre-commit-config.yaml
- run: python -Im pip install --user ruff==0.6.1
- run: python -Im pip install --user ruff==0.6.4

- name: Run ruff
working-directory: .
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
with:
name: coverage-data-${{ matrix.python }}-sqlite
path: .coverage.*
include-hidden-files: true
if-no-files-found: ignore
retention-days: 1

Expand Down Expand Up @@ -97,6 +98,7 @@ jobs:
with:
name: coverage-data-${{ matrix.python }}-postgres
path: .coverage.*
include-hidden-files: true
if-no-files-found: ignore
retention-days: 1

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
# keep in sync with .github/workflows/ruff.yml
rev: 'v0.6.1'
rev: 'v0.6.4'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit f96fe88

Please sign in to comment.