ci-status

Crates.ioci-status
lib.rsci-status
version0.1.0
sourcesrc
created_at2023-10-12 10:08:39.036504
updated_at2023-10-12 10:08:39.036504
descriptionDisplays CI statuses right in your terminal
homepage
repositoryhttps://codeberg.org/wiktor/ci-status
max_upload_size
id1001134
size51,122
Wiktor Kwapisiewicz (wiktor-k)

documentation

README

CI Status

Displays CI status for your current commit and waits until the CI settles (no jobs are pending):

$ cd some-project-of-mine
$ git push
$ ci-status
No statuses registered yet... will wait...
🕒 ci/woodpecker/push/tests: https://ci.codeberg.org/repos/12690/pipeline/4/3
🕞 ci/woodpecker/push/fmt: https://ci.codeberg.org/repos/12690/pipeline/4/2
🕔 ci/woodpecker/push/clippy: https://ci.codeberg.org/repos/12690/pipeline/4/1

After a while the lines will turn to:

🟩 ci/woodpecker/push/tests: https://ci.codeberg.org/repos/12690/pipeline/4/3
🟥 ci/woodpecker/push/fmt: https://ci.codeberg.org/repos/12690/pipeline/4/2
🟩 ci/woodpecker/push/clippy: https://ci.codeberg.org/repos/12690/pipeline/4/1

(One failed job and two successful in this case)

Note that at this moment it was tested only on Codeberg and may be rough around the edges!

Commit count: 0

cargo fmt