Open niwoerner opened 23 hours ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.63%. Comparing base (
6ae9c58
) to head (11aa90e
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Description
This PR will run the "markdown-link-check" tool if the package.json changes even if no markdown files were updated. This will help to confirm that "markdown-link-check" is still working as expected after a version update/pin.
If 1+ *.md files gets changed AND the package.json gets updated, it will only check the updated files to keep the same behaviour as before.
If only the package.json gets updated it will test all existing *.md files.
Link to tracking issue
Fixes https://github.com/open-telemetry/opentelemetry-collector/issues/11606
Testing
I tested/reproduced this manually: