Skip to content

Commit 184f2d3

Browse files
committed
ci: temporarily disable coverage
Signed-off-by: Filipe Laíns <lains@riseup.net>
1 parent 4d090f3 commit 184f2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
python-version: ${{ matrix.python }}
3939
- run: python -m pip install .[test]
40-
- run: python -m pytest --showlocals -vv --cov --cov-report=xml
40+
- run: python -m pytest --showlocals -vv
4141
- uses: codecov/codecov-action@v4
4242
if: always()
4343
env:

0 commit comments

Comments
 (0)