We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 447f690 commit 7d6ab85Copy full SHA for 7d6ab85
2 files changed
.github/.codecov.yml
@@ -1,11 +1,11 @@
1
+codecov:
2
+ allow_coverage_offsets: true # Avoid "Missing base report" due to committing with "[CI skip]"
3
+
4
comment:
- require_changes: true
5
layout: "diff, files"
6
7
coverage:
8
status:
9
project:
10
default:
- target: auto
- threshold: 1%
11
- patch: off
+ threshold: 0.5%
.github/workflows/pytest.yml
@@ -33,10 +33,11 @@ jobs:
33
pytest --cov=comfy_cli --cov-report=xml .
34
35
- name: Upload coverage to Codecov
36
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
37
with:
38
token: ${{ secrets.CODECOV_TOKEN }}
39
files: ./coverage.xml
40
flags: unittests
41
name: codecov-umbrella
42
fail_ci_if_error: true
43
+ verbose: true
0 commit comments