Run as many tests as possible in CI - #1127
Open
papeh wants to merge 1 commit into
Open
Conversation
to catch test failures before merging PRs. Previously, these tests had been saved for CD builds to save time, but those failures are too easy to ignore.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1127 +/- ##
==========================================
+ Coverage 38.44% 38.62% +0.18%
==========================================
Files 1507 1514 +7
Lines 350698 351047 +349
Branches 40314 40360 +46
==========================================
+ Hits 134813 135603 +790
+ Misses 186652 186246 -406
+ Partials 29233 29198 -35 🚀 New features to boost your workflow:
|
papeh
marked this pull request as ready for review
September 8, 2026 19:45
papeh
enabled auto-merge (squash)
September 8, 2026 19:59
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.
to catch test failures before merging PRs. Previously, these tests had been saved for CD builds to save time, but those failures are too easy to ignore.
https://github.com/sillsdev/FieldWorks/actions/workflows/CI.yml completed in 14:09 for this PR, which is the third-shortest successful time in the last page runs (range 12:33-16:14), so we are saving next to no time by excluding "long-running" tests from CI builds.
This change is