Skip to content

Commit 85bae2f

Browse files
committed
comment out
1 parent 17ca103 commit 85bae2f

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -150,23 +150,23 @@ jobs:
150150
--cov-report=xml
151151
--junitxml=pytest.xml
152152

153-
- name: Upload test results
154-
if: always()
155-
uses: actions/upload-artifact@v5
156-
with:
157-
name: Test results for OS ${{ runner.os }} pixi-env -${{ matrix.pixi-env }}
158-
path: pytest.xml
153+
# - name: Upload test results
154+
# if: always()
155+
# uses: actions/upload-artifact@v5
156+
# with:
157+
# name: Test results for OS ${{ runner.os }} pixi-env -${{ matrix.pixi-env }}
158+
# path: pytest.xml
159159

160-
- name: Upload code coverage to Codecov
161-
uses: codecov/codecov-action@v5.5.1
162-
env:
163-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
164-
with:
165-
file: ./coverage.xml
166-
flags: unittests
167-
env_vars: RUNNER_OS
168-
name: codecov-umbrella
169-
fail_ci_if_error: false
160+
# - name: Upload code coverage to Codecov
161+
# uses: codecov/codecov-action@v5.5.1
162+
# env:
163+
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
164+
# with:
165+
# file: ./coverage.xml
166+
# flags: unittests
167+
# env_vars: RUNNER_OS
168+
# name: codecov-umbrella
169+
# fail_ci_if_error: false
170170

171171
event_file:
172172
name: "Event File"

0 commit comments

Comments
 (0)