Skip to content

Separated doc link checker from daily tests#369

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/separate-doc-link-checker
Draft

Separated doc link checker from daily tests#369
Copilot wants to merge 2 commits intomainfrom
copilot/separate-doc-link-checker

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 31, 2026

Doc link failures were triggering the same notification email as real test failures, making it hard to distinguish signal from noise.

Changes

  • New daily_doc_link_check.yml workflow — moves DocLinkCheck into its own standalone workflow with a dedicated NotifyOnFailure job (distinct email subject/body pointing to the new workflow URL); adds explicit least-privilege permissions blocks
  • daily_tests.yml — removes DocLinkCheck job; simplifies NotifyOnFailure to only watch DailyTests
  • README.md — adds a separate badge for the new doc link check workflow

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 31, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.86%. Comparing base (f29fa00) to head (4184fdc).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #369   +/-   ##
=======================================
  Coverage   85.86%   85.86%           
=======================================
  Files          41       41           
  Lines        1662     1662           
=======================================
  Hits         1427     1427           
  Misses        235      235           
Flag Coverage Δ
unittests 85.86% <ø> (ø)

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Agent-Logs-Url: https://github.com/con/nwb2bids/sessions/ac95dfb5-6edc-4831-9cc6-98c9cc9f4df9

Co-authored-by: CodyCBakerPhD <51133164+CodyCBakerPhD@users.noreply.github.com>
Copilot AI changed the title [WIP] Separate doc link checker from daily tests Separated doc link checker from daily tests Mar 31, 2026
Copilot AI requested a review from CodyCBakerPhD March 31, 2026 16:00
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.

Separate doc link checker from daily tests

2 participants