Spaces:
Sleeping
Sleeping
Fanwang Meng commited on
Commit ·
e3d7eb7
1
Parent(s): ffab550
Use secrets in GitHub and remove the explicit token for codecov
Browse files- codecov.yml +2 -1
codecov.yml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# Codecov configuration to make it a bit less noisy
|
| 2 |
codecov:
|
| 3 |
-
token:
|
| 4 |
notify:
|
| 5 |
require_ci_to_pass: yes
|
| 6 |
|
|
@@ -32,6 +32,7 @@ coverage:
|
|
| 32 |
- "test_*.rb" # wildcards accepted
|
| 33 |
- .*/data/.*
|
| 34 |
- .*/versioneer.py
|
|
|
|
| 35 |
# - "**/*.pyc" # glob accepted
|
| 36 |
|
| 37 |
comment:
|
|
|
|
| 1 |
# Codecov configuration to make it a bit less noisy
|
| 2 |
codecov:
|
| 3 |
+
token: ${{ secrets.CODECOV_TOKEN }}
|
| 4 |
notify:
|
| 5 |
require_ci_to_pass: yes
|
| 6 |
|
|
|
|
| 32 |
- "test_*.rb" # wildcards accepted
|
| 33 |
- .*/data/.*
|
| 34 |
- .*/versioneer.py
|
| 35 |
+
- .*/*/__init__.py
|
| 36 |
# - "**/*.pyc" # glob accepted
|
| 37 |
|
| 38 |
comment:
|