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 Badges in Readme #780

Merged
merged 2 commits into from
May 5, 2024
Merged

Fix Badges in Readme #780

merged 2 commits into from
May 5, 2024

Conversation

ClaasJG
Copy link
Contributor

@ClaasJG ClaasJG commented May 5, 2024

Hi,

currently the readme contains defunct badges. They either won't update or even show only missing image icons.
This PR fixes the build status Badge by using the CI workflow status for the badge. It also updates the build badge link to point to the projects actions.

Furthermore it removes the coverage and LoC badge.

I added a second commit, which removes the codecov.yml and kcov.sh script.
From what I could gather I think they are neither used nor uptodate anymore but I can drop the commit again.

Checklist

  • I've added tests for all code changes and additions (where applicable)
  • I've added a demonstration of the new feature to one or more examples
  • I've updated the book to reflect my changes
  • Usage of new public items is shown in the API docs

API changes

Change Build Status from Travis-CI to GitHub Actions
Remove Coverage Badge
Remove LoC Badge

Reorder img / links to reflect badge order
@Imberflur Imberflur merged commit f2cec71 into amethyst:master May 5, 2024
16 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants