Closed shauns closed 1 week ago
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @shauns and the rest of your teammates on Graphite
St.:grey_question: |
Category | Percentage | Covered / Total |
---|---|---|---|
π‘ | Statements | 72.06% (+0.02% πΌ) |
8356/11596 |
π‘ | Branches | 68.51% (+0.04% πΌ) |
4042/5900 |
π‘ | Functions | 71.33% | 2192/3073 |
π‘ | Lines | 72.44% (+0.02% πΌ) |
7902/10908 |
1893 tests passing in 867 suites.
Report generated by π§ͺjest coverage report action from d95e1b3b76ca4b4c2d9b9a42aacc403ee3f2e27f
We detected some changes at packages/*/src and there are no updates in the .changeset. If the changes are user-facing, run "pnpm changeset add" to track your changes and include them in the next release CHANGELOG.
WHY are these changes introduced?
Adds support for detecting Azure CI environments in the CLI toolkit's continuous integration platform detection system.
WHAT is this pull request doing?
Adds Azure CI platform detection by checking for the presence of the
TF_BUILD
environment variable. When detected, the system will now correctly identify and return Azure-specific CI platform information.How to test your changes?
TF_BUILD
environment variable to "true"isCI: true
name: 'azure'
Measuring impact
Checklist