Skip to content

Commit 7429522

Browse files
ci: goodbye broken coverage & test reports
1 parent b326ffa commit 7429522

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,7 @@ jobs:
7272
7373
- name: Run tests
7474
run: |
75-
set -eou pipefail
76-
uv run pytest -m 'not functional' --junitxml=pytest.xml --tb=auto --cov-report=term-missing:skip-covered --cov=src/resolver_athena_client tests/ | tee pytest-coverage.txt
77-
78-
- name: Upload test results
79-
uses: actions/upload-artifact@v4
80-
if: ${{ !cancelled() }}
81-
with:
82-
name: test-results-${{ matrix.os }}-py${{ matrix.python-version }}
83-
path: pytest.xml
75+
uv run pytest -m 'not functional' --tb=auto
8476
8577
build:
8678
needs: test

0 commit comments

Comments
 (0)