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 2ffefd2 commit d99ca21Copy full SHA for d99ca21
.github/workflows/ci.yml
@@ -38,11 +38,4 @@ jobs:
38
39
- name: Run tests with coverage
40
run: |
41
- pytest tests/ --cov=anomaly_detection --cov-report=xml -v
42
-
43
- - name: Upload coverage to Codecov
44
- uses: codecov/codecov-action@v4
45
- with:
46
- file: ./coverage.xml
47
- fail_ci_if_error: true
48
- token: ${{ secrets.CODECOV_TOKEN }}
+ pytest tests/ --cov=anomaly_detection -v
0 commit comments