* chore(git): ignore coverage summary from CI workflow
* feat(script): check if files changed for a codeowner
* feat(ci): clean up PR comments when break glass label applied
* feat(ci): add change detection to coverage workflow
* feat(ci): conditionally run coverage checks only for teams changed files
* feat(ci): compare code coverage reports by codeowner
* feat(ci): improve PR comment message
* feat(ci): add skip warning with opted-in teams list
* fix(scripts): avoid rounding errors in test coverage summaries
* fix(script): fix GHA linting errors
* fix(script): multiple space delimited filenames in change detection
* fix(scripts): round to two decimal points of precision
* feat(script): collector job to fan-in coverage comparison matrix
* fix(script): display correct git SHA
* fix(script): serial execution in each test suite for deterministism
* fix(script): use base branch SHA, not ref for main
* fix(script): ignore CI scripts written in Node.js and Jest config file
* fix(script): post failure message when coverage drops
* fix(script): use correct SHAs in PR comment message
* fix(script): fail when any one of the coverage comparisons fail
* fix(script): use the same PR comment bot for all messages
* fix(script): use the same token so comments are cleared when re-run etc.
* feat(script): make PR message more concise