Skip to content

Commit 76aff56

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5e664b7 commit 76aff56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
run: pytest -m redis --cov=cachier --cov-report=term --cov-report=xml:cov.xml
146146

147147
- name: Upload coverage to Codecov (non-PRs)
148-
if: github.event_name != 'pull_request' # pushes, scheduled, etc.
148+
if: github.event_name != 'pull_request' # pushes, scheduled, etc.
149149
continue-on-error: true
150150
uses: codecov/codecov-action@v5
151151
with:

0 commit comments

Comments
 (0)