date-time icon indicating copy to clipboard operation
date-time copied to clipboard

Broken badge on README

Open BenMorel opened this issue 2 years ago • 1 comments

Since #53, the CI badge on the README is broken: https://github.com/brick/date-time/workflows/CI/badge.svg

This is because we don't have a single CI workflow anymore, but 3 workflows:

  • Coding Style
  • Static Analysis
  • Tests

Each having its own badge:

  • https://github.com/brick/date-time/workflows/Coding%20Style/badge.svg
  • https://github.com/brick/date-time/workflows/Static%20Analysis/badge.svg
  • https://github.com/brick/date-time/workflows/Tests/badge.svg

@tigitz Do you know of a way to get a single badge for all 3 workflows?

BenMorel avatar Oct 03 '23 22:10 BenMorel

AFAIU, there doesn't seem to be a way to aggregate those statuses into a single badge, no.

Unless we put all the jobs into a single "CI" workflow and generate a badge from this.

tigitz avatar Oct 04 '23 07:10 tigitz

I changed the badge to point to the Tests workflow only some time ago in 1879abac236b09a33ae7b40827e9395bccb8b6a4. This is good enough for now, we'll revisit this later if needed.

Closing to avoid polluting issues for too long.

BenMorel avatar Jul 06 '24 21:07 BenMorel