From d2707c7b7dc4cf1d9f4069042bab9fc2e3b86a74 Mon Sep 17 00:00:00 2001 From: Andrey Kizimenko <87822796+AndreyKizimenko@users.noreply.github.com> Date: Thu, 31 Jul 2025 14:41:19 -0500 Subject: [PATCH] New QA ritual to submit Test Coverage to QA Wolf (#31362) --- handbook/engineering/engineering.rituals.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/handbook/engineering/engineering.rituals.yml b/handbook/engineering/engineering.rituals.yml index 212bb2449b..d1f2c6f8f3 100644 --- a/handbook/engineering/engineering.rituals.yml +++ b/handbook/engineering/engineering.rituals.yml @@ -98,6 +98,13 @@ description: "Every release cycle, by end of day Friday of release week, move all issues to the ”✅ Ready for release” column on the #g-mdm and #g-endpoint-ops sprint boards." moreInfoUrl: dri: "xpkoala" +- + task: "Submit test coverage requests to QA Wolf" + startedOn: "2025-07-29" + frequency: "Triweekly" + description: "After each sprint, review merged work and submit automation candidates to QA Wolf using the coverage request form." + moreInfoUrl: "https://fleetdm.com/handbook/engineering#submit-test-coverage-requests-to-qa-wolf" + dri: "AndreyKizimenko" - task: "Review ongoing articles" startedOn: "2023-10-02"