Skip to content

Commit 2fa1c44

Browse files
committed
turn off coverage
1 parent 8447df7 commit 2fa1c44

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/tests.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -135,18 +135,18 @@ jobs:
135135
pipx inject --pip-args=--constraint=.github/workflows/constraints.txt nox nox-poetry
136136
nox --version
137137
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-
uses: codecov/[email protected]
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+
# uses: codecov/[email protected]

0 commit comments

Comments
 (0)