moodlehq / moodle-cs

Moodle Coding Style
https://github.com/moodlehq/moodle-cs
GNU General Public License v3.0
18 stars 16 forks source link

Introduce various doc tag sniffs #124

Closed andrewnicols closed 8 months ago

andrewnicols commented 8 months ago

Replaces the following from moodlecheck:

https://github.com/moodlehq/moodle-local_moodlecheck/pull/136

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.63%. Comparing base (4a519fe) to head (6b37c7e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #124 +/- ## ============================================ + Coverage 97.54% 97.63% +0.08% - Complexity 735 761 +26 ============================================ Files 32 33 +1 Lines 2160 2240 +80 ============================================ + Hits 2107 2187 +80 Misses 53 53 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

andrewnicols commented 8 months ago

p..d with the tearDown changes.

The fixture was also missing from the tearDown.

stronk7 commented 8 months ago

Here we go! Thanks!