File tree 3 files changed +4
-9
lines changed
3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 31
31
$CONDA/bin/conda install -c conda-forge sqlite
32
32
$CONDA/bin/conda install -c conda-forge --yes pytest-tornasync
33
33
$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
38
34
Original file line number Diff line number Diff line change @@ -110,4 +110,7 @@ venv.bak/
110
110
111
111
# macos stuff
112
112
* .DS_Store
113
- * .icloud
113
+ * .icloud
114
+
115
+ # vscode
116
+ .vscode /
Original file line number Diff line number Diff line change 47
47
<img src="https://github.com/GangCaoLab/coolbox/actions/workflows/python-package-conda.yml/badge.svg" alt="Build Status">
48
48
</a >
49
49
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
-
54
50
<a href =" https://www.biorxiv.org/content/10.1101/2021.04.15.439923v1 " >
55
51
<img src="https://img.shields.io/badge/preprint-biorxiv-red" alt="biorxiv">
56
52
</a >
You can’t perform that action at this time.
0 commit comments