Skip to content

Commit 221b5c0

Browse files
authored
fix: codecov link on readme (#635)
Signed-off-by: Ravi Chamarthy <[email protected]>
1 parent 81105cf commit 221b5c0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
<img src="https://github.com/project-stacker/assets/blob/main/images/logo/stacker-logo-text.png" alt="stacker" height="130"/>
44
</p>
55

6-
7-
# stacker [![Build Status](https://github.com/project-stacker/stacker/workflows/ci/badge.svg?branch=main)](https://github.com/project-stacker/stacker/actions) [![codecov.io](http://codecov.io/github/project-stacker/stacker/coverage.svg?branch=main)](http://codecov.io/github/project-stacker/stacker?branch=main) [![CodeQL](https://github.com/project-stacker/stacker/workflows/CodeQL/badge.svg)](https://github.com/project-stacker/stacker/actions?query=workflow%3ACodeQL) [![Go Reference](https://pkg.go.dev/badge/stackerbuild.io/stacker.svg)](https://pkg.go.dev/stackerbuild.io/stacker) [![nightly](https://github.com/project-stacker/stacker/actions/workflows/nightly.yaml/badge.svg)](https://github.com/project-stacker/stacker/actions/workflows/nightly.yaml)
6+
# stacker [![Build Status](https://github.com/project-stacker/stacker/workflows/ci/badge.svg?branch=main)](https://github.com/project-stacker/stacker/actions) [![codecov](https://codecov.io/github/project-stacker/stacker/graph/badge.svg?token=uBy8C0fUbL)](https://codecov.io/github/project-stacker/stacker) [![CodeQL](https://github.com/project-stacker/stacker/workflows/CodeQL/badge.svg)](https://github.com/project-stacker/stacker/actions?query=workflow%3ACodeQL) [![Go Reference](https://pkg.go.dev/badge/stackerbuild.io/stacker.svg)](https://pkg.go.dev/stackerbuild.io/stacker) [![nightly](https://github.com/project-stacker/stacker/actions/workflows/nightly.yaml/badge.svg)](https://github.com/project-stacker/stacker/actions/workflows/nightly.yaml)
87

98
Stacker is a tool for building OCI images natively via a declarative yaml format.
109

@@ -42,12 +41,12 @@ Additionally, there are some [tips and tricks](doc/tricks.md) for common usage.
4241
### Conference Talks
4342

4443
* An Operator Centric Way to Update Application Containers FOSDEM 2019
45-
* [video](https://archive.fosdem.org/2019/schedule/event/containers_atomfs/)
46-
* [slides](doc/talks/FOSDEM_2019.pdf)
44+
* [video](https://archive.fosdem.org/2019/schedule/event/containers_atomfs/)
45+
* [slides](doc/talks/FOSDEM_2019.pdf)
4746
* Building OCI Images without Privilege OSS EU 2018
48-
* [slides](doc/talks/OSS_EU_2018.pdf)
47+
* [slides](doc/talks/OSS_EU_2018.pdf)
4948
* Building OCI Images without Privilege OSS NA 2018
50-
* [slides](doc/talks/OSS_NA_2018.pdf)
49+
* [slides](doc/talks/OSS_NA_2018.pdf)
5150

5251
(Note that despite the similarity in name of the 2018 talks, the content is
5352
mostly disjoint; I need to be more creative with naming.)

0 commit comments

Comments
 (0)