File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -135,18 +135,18 @@ jobs:
135
135
pipx inject --pip-args=--constraint=.github/workflows/constraints.txt nox nox-poetry
136
136
nox --version
137
137
138
- - name : Download coverage data
139
- uses : actions/download-artifact@v3
140
- with :
141
- name : coverage-data
142
-
143
- - name : Combine coverage data and display human readable report
144
- run : |
145
- nox --session=coverage
146
-
147
- - name : Create coverage report
148
- run : |
149
- nox --session=coverage -- xml
150
-
151
- - name : Upload coverage report
152
-
138
+ # - name: Download coverage data
139
+ # uses: actions/download-artifact@v3
140
+ # with:
141
+ # name: coverage-data
142
+ #
143
+ # - name: Combine coverage data and display human readable report
144
+ # run: |
145
+ # nox --session=coverage
146
+ #
147
+ # - name: Create coverage report
148
+ # run: |
149
+ # nox --session=coverage -- xml
150
+ #
151
+ # - name: Upload coverage report
152
+
You can’t perform that action at this time.
0 commit comments