Fanwang Meng commited on
Commit
e3d7eb7
·
1 Parent(s): ffab550

Use secrets in GitHub and remove the explicit token for codecov

Browse files
Files changed (1) hide show
  1. 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: 39967d37-3c8d-4b80-8999-4cf51d7da7f2
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: