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

Add broken link check workflow #103

Merged
merged 3 commits into from
Jun 23, 2021
Merged

Add broken link check workflow #103

merged 3 commits into from
Jun 23, 2021

Conversation

ohltyler
Copy link
Member

Signed-off-by: Tyler Ohlsen ohltyler@amazon.com

Description

Adds a broken link checker workflow. Runs on pushes & pull requests to main. Based off of the opensearch-plugins PR.

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

ohltyler added 3 commits June 23, 2021 13:08
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
@ohltyler ohltyler added the infra Changes to infrastructure, testing, CI/CD, pipelines, etc. label Jun 23, 2021
@codecov-commenter
Copy link

codecov-commenter commented Jun 23, 2021

Codecov Report

Merging #103 (d43e244) into main (680cf70) will decrease coverage by 0.08%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #103      +/-   ##
============================================
- Coverage     79.53%   79.44%   -0.09%     
+ Complexity     2702     2698       -4     
============================================
  Files           243      243              
  Lines         11132    11132              
  Branches       1014     1014              
============================================
- Hits           8854     8844      -10     
- Misses         1870     1877       +7     
- Partials        408      411       +3     
Flag Coverage Δ
plugin 79.44% <ø> (-0.09%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...port/SearchAnomalyDetectorInfoTransportAction.java 63.63% <0.00%> (-4.55%) ⬇️
...java/org/opensearch/ad/task/ADBatchTaskRunner.java 87.82% <0.00%> (-2.32%) ⬇️

Copy link
Collaborator

@ylwu-amzn ylwu-amzn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for the change!

@ohltyler ohltyler merged commit b9c0fde into main Jun 23, 2021
@ohltyler ohltyler deleted the link-check branch June 23, 2021 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra Changes to infrastructure, testing, CI/CD, pipelines, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants