We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aeecf9 commit e3a3de4Copy full SHA for e3a3de4
.github/workflows/test.yml
@@ -32,13 +32,6 @@ jobs:
32
run: |
33
python -m pytest -v --tb=short --cov=src --cov-report=xml --cov-report=term-missing
34
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
-
42
- name: Test CLI entry point
43
44
python -m src.gateway --help
0 commit comments