Skip to content

Commit 5fad9c7

Browse files
committed
remove codecov
1 parent 6191aab commit 5fad9c7

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/python-ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
- name: Run unit tests (no Hub / no local models)
2525
run: uv run --extra cpu pytest -m "not integration and not local_model" --cov-report=xml:coverage.xml
2626

27-
- name: Upload coverage to Codecov
28-
uses: codecov/codecov-action@v5
29-
with:
30-
files: coverage.xml
31-
token: ${{ secrets.CODECOV_TOKEN }}
32-
fail_ci_if_error: false
27+
# - name: Upload coverage to Codecov
28+
# uses: codecov/codecov-action@v5
29+
# with:
30+
# files: coverage.xml
31+
# token: ${{ secrets.CODECOV_TOKEN }}
32+
# fail_ci_if_error: false

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
[![Paper](https://img.shields.io/badge/Paper-Working_Paper-green.svg)](PAPER.md)
66
[![Model Collection](https://img.shields.io/badge/Echo--DSRN-HuggingFace-yellow.svg)](https://huggingface.co/collections/ethicalabs/echo-dsrn)
77
[![Hybrid Collection](https://img.shields.io/badge/Echo--Hybrid-HuggingFace-yellow.svg)](https://huggingface.co/collections/ethicalabs/echo-dsrn-hybrid)
8-
[![codecov](https://codecov.io/gh/ethicalabs-ai/Echo-DSRN/graph/badge.svg)](https://codecov.io/gh/ethicalabs-ai/Echo-DSRN)
98

109
**Echo-DSRN** is a hybrid recurrent architecture designed for resource-constrained deployment on narrow, well-defined tasks (e.g., intent routing, NER, semantic classification).
1110

0 commit comments

Comments
 (0)