Skip to content

Commit 906afc7

Browse files
authored
Replace CI badge (#23)
1 parent 57dee21 commit 906afc7

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,9 @@ readme = "./README.md"
1212
license = "MIT OR Apache-2.0"
1313
exclude = [
1414
"/.github/",
15-
"/.circleci/",
1615
".gitignore",
1716
]
1817

19-
[badges]
20-
circle-ci = { repository = "embedded-graphics/tinytga", branch = "master" }
21-
2218
[[bench]]
2319
name = "draw"
2420
harness = false
@@ -31,4 +27,4 @@ nom = { version = "7.1.1", default-features = false }
3127
paste = "1.0"
3228
criterion = "0.3.5"
3329
clap = { version = "3.2.22", features = ["derive"] }
34-
embedded-graphics-simulator = { version = "0.5.0", default_features = false }
30+
embedded-graphics-simulator = { version = "0.5.0", default-features = false }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TinyTGA
22

3-
[![Build Status](https://circleci.com/gh/embedded-graphics/tinytga/tree/master.svg?style=shield)](https://circleci.com/gh/embedded-graphics/tinytga/tree/master)
3+
[![CI Status](https://github.com/embedded-graphics/tinytga/actions/workflows/ci.yml/badge.svg)](https://github.com/embedded-graphics/tinytga/actions/workflows/ci.yml)
44
[![Crates.io](https://img.shields.io/crates/v/tinytga.svg)](https://crates.io/crates/tinytga)
55
[![Docs.rs](https://docs.rs/tinytga/badge.svg)](https://docs.rs/tinytga)
66
[![embedded-graphics on Matrix](https://img.shields.io/matrix/rust-embedded-graphics:matrix.org)](https://matrix.to/#/#rust-embedded-graphics:matrix.org)

README.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TinyTGA
22

3-
[![Build Status](https://circleci.com/gh/embedded-graphics/tinytga/tree/master.svg?style=shield)](https://circleci.com/gh/embedded-graphics/tinytga/tree/master)
3+
[![CI Status](https://github.com/embedded-graphics/tinytga/actions/workflows/ci.yml/badge.svg)](https://github.com/embedded-graphics/tinytga/actions/workflows/ci.yml)
44
[![Crates.io](https://img.shields.io/crates/v/tinytga.svg)](https://crates.io/crates/tinytga)
55
[![Docs.rs](https://docs.rs/tinytga/badge.svg)](https://docs.rs/tinytga)
66
[![embedded-graphics on Matrix](https://img.shields.io/matrix/rust-embedded-graphics:matrix.org)](https://matrix.to/#/#rust-embedded-graphics:matrix.org)

doc/releasing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Target audience: crate maintainers who wish to release `tinytga`.
77
## On GitHub
88

99
- Check that all desired PRs are merged and all desired issues are closed/resolved.
10-
- Check that the latest master build passed in CircleCI.
10+
- Check that the latest master build passed in all CI checks.
1111

1212
## On your local machine
1313

0 commit comments

Comments
 (0)