Skip to content

Commit deacd41

Browse files
committed
Don't create test coverage output
1 parent 6dc7d4b commit deacd41

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,4 @@ jobs:
3131

3232
- name: Run tests
3333
run: |
34-
uv run pytest --cov=nexusmcp --cov-report=html:coverage_html_report
35-
36-
- name: Upload coverage report
37-
uses: actions/upload-artifact@v4
38-
with:
39-
name: coverage-html-report-${{ matrix.os }}-${{ matrix.python-version }}
40-
path: coverage_html_report/
34+
uv run pytest

0 commit comments

Comments
 (0)