Skip to content

Commit 8545efc

Browse files
committed
remove codecov
1 parent 1e72791 commit 8545efc

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

.github/workflows/python-package-conda.yml

-4
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,4 @@ jobs:
3131
$CONDA/bin/conda install -c conda-forge sqlite
3232
$CONDA/bin/conda install -c conda-forge --yes pytest-tornasync
3333
$CONDA/bin/pytest --cov=./ tests/ --cov-report=xml
34-
- name: "Upload coverage to Codecov"
35-
uses: codecov/codecov-action@v5
36-
with:
37-
fail_ci_if_error: true
3834

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,7 @@ venv.bak/
110110

111111
# macos stuff
112112
*.DS_Store
113-
*.icloud
113+
*.icloud
114+
115+
# vscode
116+
.vscode/

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@
4747
<img src="https://github.com/GangCaoLab/coolbox/actions/workflows/python-package-conda.yml/badge.svg" alt="Build Status">
4848
</a>
4949

50-
<a href="https://app.codecov.io/gh/GangCaoLab/CoolBox">
51-
<img src="https://codecov.io/gh/GangCaoLab/coolbox/branch/master/graph/badge.svg" alt="codecov">
52-
</a>
53-
5450
<a href="https://www.biorxiv.org/content/10.1101/2021.04.15.439923v1">
5551
<img src="https://img.shields.io/badge/preprint-biorxiv-red" alt="biorxiv">
5652
</a>

0 commit comments

Comments
 (0)