chore(ci): Adds a Nightly Job with unit tests for less frequent devices#7632
Merged
chore(ci): Adds a Nightly Job with unit tests for less frequent devices#7632
Conversation
Contributor
Semver Impact of This PR🟢 Patch (bug fixes) 📋 Changelog PreviewThis is how your changes will appear in the changelog. New Features ✨
Bug Fixes 🐛
Internal Changes 🔧Deps
Samples
Other
🤖 This preview updates automatically when you update the PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7632 +/- ##
=============================================
+ Coverage 85.311% 85.314% +0.003%
=============================================
Files 483 483
Lines 28750 28750
Branches 12495 12492 -3
=============================================
+ Hits 24527 24528 +1
+ Misses 4177 4175 -2
- Partials 46 47 +1 see 6 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
7 tasks
noahsmartin
approved these changes
Mar 6, 2026
philprime
approved these changes
Mar 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📜 Description
Adds a CI workflow to run every night with unfrequent devices.
To avoid SPAM, the notification is sent only if a job failed
💡 Motivation and Context
Changes may break on platforms or versions we don't test on CI, so having a nightly job would help finding such issues before a release.
💚 How did you test it?
📝 Checklist
You have to check all boxes before merging:
sendDefaultPIIis enabled.Closes #7635