File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 78
78
TOXENV : ${{ matrix.toxenv }}
79
79
run : tox -- --override-ini='log_cli=True'
80
80
- name : Upload codecov coverage
81
- uses : codecov/codecov-action@v4.5 .0
81
+ uses : codecov/codecov-action@v4.6 .0
82
82
with :
83
83
files : ./coverage.xml
84
84
flags : ${{ matrix.toxenv }}
@@ -101,7 +101,7 @@ jobs:
101
101
TOXENV : cover
102
102
run : tox
103
103
- name : Upload codecov coverage
104
- uses : codecov/codecov-action@v4.5 .0
104
+ uses : codecov/codecov-action@v4.6 .0
105
105
with :
106
106
files : ./coverage.xml
107
107
flags : unit
Original file line number Diff line number Diff line change 51
51
- id : rst-directive-colons
52
52
- id : rst-inline-touching-normal
53
53
- repo : https://github.com/maxbrunet/pre-commit-renovate
54
- rev : 38.103.1
54
+ rev : 38.110.2
55
55
hooks :
56
56
- id : renovate-config-validator
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
- build==1.2.2
2
+ build==1.2.2.post1
3
3
coverage==7.6.1
4
4
pytest-console-scripts==1.4.1
5
5
pytest-cov==5.0.0
You can’t perform that action at this time.
0 commit comments