Skip to content

Commit d99ca21

Browse files
Remove Codecov configuration from CI workflow
1 parent 2ffefd2 commit d99ca21

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,4 @@ jobs:
3838
3939
- name: Run tests with coverage
4040
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 }}
41+
pytest tests/ --cov=anomaly_detection -v

0 commit comments

Comments
 (0)