Summary
To aid developers, we want to run the Sonar report for these cases:
- Immediately after the fast checks
- After the slow checks
After 1. allows developers to more quickly get feedback on results (linting, security, unit tests) before running the slow tests, which sometimes have expensive or long delays. After 2. ensure that the coverage goals are met across the code itself.
To Do
Summary
To aid developers, we want to run the Sonar report for these cases:
After 1. allows developers to more quickly get feedback on results (linting, security, unit tests) before running the slow tests, which sometimes have expensive or long delays. After 2. ensure that the coverage goals are met across the code itself.
To Do
merge-gate.ymlmerge-gate.ymlfile withnox -s workflow:generate --all