Skip to content

Commit db7534e

Browse files
committed
Assume codecov to be desired whenever GHA are desired.
1 parent c4c7766 commit db7534e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

cookiecutter.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"add_github_actions": ["yes", "no"],
1212
"add_mypy": ["yes", "no"],
1313
"add_readthedocs": ["yes", "no"],
14-
"add_codecov": ["yes", "no"],
1514
"open_source_license": [
1615
"MIT",
1716
"BSD",

{{cookiecutter.project_slug}}/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ cookiecutter.project_slug }}/actions?query=branch%3Amain) {% endif %} {% if
88
cookiecutter.add_readthedocs == "yes" %}[![image](https://readthedocs.org/projects/{{
99
cookiecutter.project_slug | replace("_", "-") }}/badge/?version=stable)](https://{{
1010
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 }}/{{
1312
cookiecutter.project_slug }}/branch/main/graph/badge.svg)](https://codecov.io/gh/{{
1413
cookiecutter.github_username }}/{{ cookiecutter.project_slug }}) {% endif %}
1514
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/{{

0 commit comments

Comments
 (0)