Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken coverage badge #170

Open
boolean5 opened this issue Nov 4, 2020 · 0 comments
Open

Fix broken coverage badge #170

boolean5 opened this issue Nov 4, 2020 · 0 comments
Labels
p3 Backlog

Comments

@boolean5
Copy link
Contributor

boolean5 commented Nov 4, 2020

The coverage badge and the link to the coverage report is currently broken in the README of the main branch, because the last CircleCI build happened more than a month ago. We store the coverage badge as an artifact on CircleCI but CircleCI deletes artifacts after 30 days.

One way to fix this would be to schedule a CircleCI build to run every 15 days (this is an example interval, feel free to suggest another). We can configure this in the CircleCI config file. I think having a scheduled build is a good idea because it might also highlight other problems, such as intermittent failures in tests.

Alternatively, we can just manually trigger a build every time this happens or store the coverage badge somewhere else.

@say-yawn, what do you think?

@HarshitSohaney HarshitSohaney added the p3 Backlog label Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p3 Backlog
Projects
None yet
Development

No branches or pull requests

2 participants