-
Notifications
You must be signed in to change notification settings - Fork 45
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
chore: fixes dead link for golangci-lint status badge in README #254
Conversation
README.md
Outdated
@@ -2,7 +2,7 @@ | |||
|
|||
![Go version](https://img.shields.io/badge/go-1.21-blue.svg) | |||
[![Go Reference](https://pkg.go.dev/badge/github.com/celestiaorg/nmt.svg)](https://pkg.go.dev/github.com/celestiaorg/nmt) | |||
![golangci-lint](https://github.com/celestiaorg/nmt/workflows/golangci-lint/badge.svg?branch=main) | |||
![golangci-lint](https://github.com/celestiaorg/nmt/workflows/lint/badge.svg?branch=main) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am down with removing it entirely cc: @evan-forbes wdyt?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed the url to use the default branch of main
(removed the branch parameter results in using the default branch of main
). With this change the status badge is failing
, which I think should become passing
after this PR.
Update: the badge is now passing
.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #254 +/- ##
=======================================
Coverage 66.24% 66.24%
=======================================
Files 6 6
Lines 1022 1022
=======================================
Hits 677 677
Misses 328 328
Partials 17 17 ☔ View full report in Codecov by Sentry. |
The status badge for the the golangci-lint workflow fails to load. This PR fixes the link and resolves the issue.