Skip to content

Commit e3a3de4

Browse files
committed
fix: remove codecov
1 parent 0aeecf9 commit e3a3de4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@ jobs:
3232
run: |
3333
python -m pytest -v --tb=short --cov=src --cov-report=xml --cov-report=term-missing
3434
35-
- name: Upload coverage to Codecov
36-
uses: codecov/codecov-action@v3
37-
if: matrix.python-version == '3.11'
38-
with:
39-
file: ./coverage.xml
40-
fail_ci_if_error: true
41-
4235
- name: Test CLI entry point
4336
run: |
4437
python -m src.gateway --help

0 commit comments

Comments
 (0)