Spaces:
Sleeping
Sleeping
Merge pull request #195 from FanwangM/fix_codecov
Browse files
.github/workflows/ci_codecov.yml
CHANGED
@@ -63,7 +63,7 @@ jobs:
|
|
63 |
python -m pytest -c pyproject.toml --cov-config=.coveragerc --cov-report=xml --color=yes selector
|
64 |
|
65 |
- name: CodeCov
|
66 |
-
uses: codecov/codecov-action@
|
67 |
with:
|
68 |
token: ${{ secrets.CODECOV_TOKEN }}
|
69 |
fail_ci_if_error: true
|
|
|
63 |
python -m pytest -c pyproject.toml --cov-config=.coveragerc --cov-report=xml --color=yes selector
|
64 |
|
65 |
- name: CodeCov
|
66 |
+
uses: codecov/codecov-action@v4
|
67 |
with:
|
68 |
token: ${{ secrets.CODECOV_TOKEN }}
|
69 |
fail_ci_if_error: true
|