Skip to content

Commit 24683f9

Browse files
committed
fix
Signed-off-by: David Fridrich <[email protected]>
1 parent 099cba1 commit 24683f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.codecov.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ coverage:
1212
# See https://docs.codecov.io/docs/commit-status#disabling-a-status.
1313
default: false
1414
comment:
15-
# Update existing comment or create a new if deleted.
15+
# Update existing comment or create new if deleted.
1616
behavior: default
1717
ignore:
1818
- "testdata"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Issues](https://img.shields.io/github/issues/knative/func.svg)](https://github.com/knative/func/issues)
66
[![License](https://img.shields.io/github/license/knative/func)](https://github.com/knative/func/blob/main/LICENSE)
77
[![Releases](https://img.shields.io/github/v/release/knative/func.svg?label=Release)](https://github.com/knative/func/releases)
8-
![codecov](https://codecov.io/gh/knative/func/branch/main/graph/badge.svg)](https://codecov.io/gh/knative/func)
8+
[![codecov](https://codecov.io/gh/knative/func/branch/main/graph/badge.svg)](https://codecov.io/gh/knative/func)
99

1010
`func` is a Client Library and CLI enabling the development and deployment of Functions.
1111

0 commit comments

Comments
 (0)