Closed andrewnicols closed 9 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.07%. Comparing base (
a2f4209
) to head (f6b5d75
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Uh, oh. Maybe we have to instruct phplint to stop looking within any fixtures dir?
As far as it's using Symfony Finder component (that accepts regexs), this seems to be working ok, and will make things easier for our new "distributed fixtures" agreement:
path: ./
exclude:
- ~^vendor/~
- ~/Tests(/.+)*/fixtures/~
Huzzah - that did the trick. I hadn't realised we had the old fixtures excluded and I couldn't for the life of me work out why they were not failing.
The use of Attributes should not impact the MOODLE_INTERNAL check.