Skip to content

Commit 4d74e52

Browse files
ci: add back coverage report
1 parent 9b44b4e commit 4d74e52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Run tests
7474
run: |
75-
uv run pytest -m 'not functional' --tb=auto
75+
uv run pytest -m 'not functional' --tb=auto --cov-report=term-missing:skip-covered --cov=src/resolver_athena_client tests/
7676
7777
build:
7878
needs: test

0 commit comments

Comments
 (0)