We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ec0207 + 44e7f4e commit 9bcdbc5Copy full SHA for 9bcdbc5
3 files changed
.github/workflows/integration_test.yml
@@ -42,6 +42,6 @@ jobs:
42
pytest icepyx/tests/integration --verbose --cov app
43
44
- name: "Upload coverage report"
45
- uses: "codecov/codecov-action@v5.3.1"
+ uses: "codecov/codecov-action@v5.4.0"
46
with:
47
token: "${{ secrets.CODECOV_TOKEN }}"
.github/workflows/unit_test.yml
@@ -37,6 +37,6 @@ jobs:
37
--ignore=icepyx/tests/integration
38
39
40
41
.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
26
- tomli
27
28
- repo: https://github.com/astral-sh/ruff-pre-commit
29
- rev: v0.9.4
+ rev: v0.9.9
30
hooks:
31
- id: ruff
32
args: ["--fix", "--show-fixes"]
0 commit comments