File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
{{cookiecutter.project_slug}} Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 11
11
"add_github_actions" : [" yes" , " no" ],
12
12
"add_mypy" : [" yes" , " no" ],
13
13
"add_readthedocs" : [" yes" , " no" ],
14
- "add_codecov" : [" yes" , " no" ],
15
14
"open_source_license" : [
16
15
" MIT" ,
17
16
" BSD" ,
Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ cookiecutter.project_slug }}/actions?query=branch%3Amain) {% endif %} {% if
8
8
cookiecutter.add_readthedocs == "yes" %}[ ![ image] (https://readthedocs.org/projects/{{
9
9
cookiecutter.project_slug | replace("_ ", "-") }}/badge/?version=stable)] (https://{{
10
10
cookiecutter.project_slug | replace("_ ", "-") }}.readthedocs.io/en/stable/?badge=stable)
11
- {% endif %} {% if cookiecutter.add_codecov == "yes"
12
- %}[ ![ image] (https://codecov.io/gh/{{ cookiecutter.github_username }}/{{
11
+ [ ![ image] (https://codecov.io/gh/{{ cookiecutter.github_username }}/{{
13
12
cookiecutter.project_slug }}/branch/main/graph/badge.svg)] (https://codecov.io/gh/{{
14
13
cookiecutter.github_username }}/{{ cookiecutter.project_slug }}) {% endif %}
15
14
[ ![ pre-commit.ci status] (https://results.pre-commit.ci/badge/github/{{
You can’t perform that action at this time.
0 commit comments