-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add tests for broken link actions #3096
Conversation
Code Climate has analyzed commit a306330 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 82.9% (0.4% change). View more on Code Climate. |
a306330
to
21e107c
Compare
21e107c
to
f94014f
Compare
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.
Thanks, this looks mostly good to me :)
Could you also add a test case for #3058?
0e03a0a
to
89036fd
Compare
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.
Thanks! LGTM! :)
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.
Thank you, looks great! 😄 (Also thanks for doing so many of these testing PRs in general, we are seriously in your debt for that :D)
@JoeyStk @charludo |
Ah, OK. Hmm. In that case, I will just leave my approval as-is, because I have zero ideas 😂 |
df19efc
to
6624f1d
Compare
Co-authored-by: David Venhoff <david.venhoff@tuerantuer.org>
518520b
to
766880a
Compare
@charludo @JoeyStk @PeterNerlich I opened an issue that documents this problem so we can come back one day and remove the disables. #3343 |
Short description
This PR adds tests for actions users can take in the broken link list.
Proposed changes
Side effects
Resolved issues
Fixes: #3062
Pull Request Review Guidelines