Skip to content

Commit 22658fa

Browse files
committed
ci: remove codecov upload
1 parent 5e9b06a commit 22658fa

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Run unit tests
6969
run: |
70-
uv run pytest tests/unit/ -n auto --dist loadgroup -q --cov=src/eventkit --cov-report=term-missing --cov-report=xml
70+
uv run pytest tests/unit/ -n auto --dist loadgroup -q --cov=src/eventkit --cov-report=term-missing
7171
7272
- name: Run integration tests
7373
env:
@@ -76,13 +76,7 @@ jobs:
7676
STORAGE_EMULATOR_HOST: http://localhost:9023
7777
GCP_PROJECT_ID: test-project
7878
run: |
79-
uv run pytest tests/integration/ -q --cov=src/eventkit --cov-append --cov-report=term-missing --cov-report=xml
80-
81-
- name: Upload coverage
82-
uses: codecov/codecov-action@v4
83-
with:
84-
file: ./coverage.xml
85-
fail_ci_if_error: false
79+
uv run pytest tests/integration/ -q --cov=src/eventkit --cov-append --cov-report=term-missing
8680
8781
- name: Stop Emulators
8882
if: always()

0 commit comments

Comments
 (0)