File tree Expand file tree Collapse file tree 8 files changed +24
-3
lines changed
Expand file tree Collapse file tree 8 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 1- codecov :
2- allow_coverage_offsets : true # Avoid "Missing base report" due to committing with "[CI skip]"
3-
41comment :
52 layout : " diff, files"
63
@@ -9,3 +6,4 @@ coverage:
96 project :
107 default :
118 threshold : 0.1%
9+ patch : off
Original file line number Diff line number Diff line change 1919 - " !.coveragerc"
2020 - " !.gitignore"
2121
22+ permissions :
23+ contents : read
24+
2225jobs :
2326 test :
2427 name : " Run Tests on Multiple Platforms"
Original file line number Diff line number Diff line change 44 release :
55 types : [ created ]
66
7+ permissions :
8+ contents : read
9+
710jobs :
811 build-n-publish-pypi :
912 name : Build and publish Python distributions to PyPI
Original file line number Diff line number Diff line change 88 branches :
99 - main
1010
11+ permissions :
12+ contents : read
13+ statuses : write
14+ pull-requests : write
15+
1116jobs :
1217 build :
1318 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 88 branches :
99 - main
1010
11+ permissions :
12+ contents : read
13+
1114jobs :
1215 ruff_check :
1316 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 2222 - " !.coveragerc"
2323 - " !.gitignore"
2424
25+ permissions :
26+ contents : read
27+
2528jobs :
2629 test-cli-gpu :
2730 name : " Run Tests on GPU Runners"
Original file line number Diff line number Diff line change 66 paths :
77 - comfy_cli/**
88
9+ permissions :
10+ contents : read
11+
912jobs :
1013 test :
1114 runs-on : macos-latest
Original file line number Diff line number Diff line change 66 paths :
77 - comfy_cli/**
88
9+ permissions :
10+ contents : read
11+
912jobs :
1013 test :
1114 runs-on : windows-latest
You can’t perform that action at this time.
0 commit comments