File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,10 +14,12 @@ coverage:
1414status :
1515 project : # overall coverage
1616 default :
17+ informational : true
1718 target : auto # fail on any drop
1819 threshold : 0% # or 0.5 % if you want slack
1920 patch : # changed lines
2021 default :
22+ informational : true
2123 target : 97%
2224
2325comment :
Original file line number Diff line number Diff line change 5050 - uses : actions/checkout@v5
5151
5252 - name : Set up Python ${{ matrix.python-version }}
53- uses : actions/setup-python@v5
53+ uses : actions/setup-python@v6
5454 with :
5555 python-version : ${{ matrix.python-version }}
5656
Original file line number Diff line number Diff line change 2323 RELEASING_PROCESS : " 1"
2424 steps :
2525 - uses : actions/checkout@v5
26- - uses : actions/setup-python@v5
26+ - uses : actions/setup-python@v6
2727 with :
2828 python-version : " 3.x"
2929 - name : Install dependencies
5656 matrix :
5757 os : [ubuntu-latest, macOS-latest, windows-latest]
5858 steps :
59- - uses : actions/setup-python@v5
59+ - uses : actions/setup-python@v6
6060 with :
6161 python-version : " 3.x"
6262 - name : Download dist artifact
You can’t perform that action at this time.
0 commit comments