| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Add a new job `allBuildAndTestSuccessful` to both pull_request.yml and master.yml that depends on all other build and test jobs. This provides a single unified status check that can be used as a required check in branch protection rules to verify the entire build is green. https://claude.ai/code/session_01353Dv2D47pHrj45ExnLxmc
Test ReportTest Results
Code Coverage (Java 25)
Changed Class Coverage (951 classes)
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Details
pull_request.yml — allBuildAndTestSuccessful depends on:
master.yml — allBuildAndTestSuccessful depends on:
The job uses if: always() to ensure it runs even when dependencies fail, and explicitly checks each dependency's result to produce a clear pass/fail.
Test plan
https://claude.ai/code/session_01353Dv2D47pHrj45ExnLxmc