1. Completed the creation of a new
PatternVariableAssignment check with relatively green CI:
2. Currently working on recording the tutorial YouTube videos on how to read and access errors in CI for beginners.
The challenging part for me was satisfying the Ptest mutation coverage criteria in the new check pull request, while ensuring it won't conflict with other CI checks, particularly the "Checker / check (nullness-optional-interning)" check. This particular check often promoted the fixes that the Pitest would perceive as the new coverage problems, leading me to hours of attempted code change fluctuations and eventually resort to the suppression of the check.