Skip to content

Commit b4391b6

Browse files
authored
Merge pull request #20 from Point72/tkp/up
Move from yml to yaml, add codecov support
2 parents 14fc866 + f2b52b4 commit b4391b6

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Makefile linguist-documentation
66
*.md text=auto eol=lf
77
*.py text=auto eol=lf
88
*.toml text=auto eol=lf
9-
*.yml text=auto eol=lf
9+
*.yaml text=auto eol=lf

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
<br/>
99

10-
[![Build Status](https://github.com/point72/csp-bot/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/point72/csp-bot/actions/workflows/build.yml)
10+
[![Build Status](https://github.com/point72/csp-bot/actions/workflows/build.yaml/badge.svg?branch=main&event=push)](https://github.com/point72/csp-bot/actions/workflows/build.yaml)
11+
[![codecov](https://codecov.io/gh/point72/csp-bot/branch/main/graph/badge.svg)](https://codecov.io/gh/point72/csp-bot)
1112
[![GitHub issues](https://img.shields.io/github/issues/point72/csp-bot.svg)](https://github.com/point72/csp-bot/issues)
1213
[![PyPI](https://img.shields.io/pypi/l/csp-bot.svg)](https://pypi.python.org/pypi/csp-bot)
1314
[![PyPI](https://img.shields.io/pypi/v/csp-bot.svg)](https://pypi.python.org/pypi/csp-bot)

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ replace = 'version = "{new_version}"'
8787

8888
[tool.check-manifest]
8989
ignore = [
90-
".copier-answers.yml",
9190
"Makefile",
9291
"docs/**/*",
9392
"example/**/*",

0 commit comments

Comments
 (0)