peczenyj / ttempdir

ttempdir detects temporary directories not using t.TempDir
https://github.com/peczenyj/ttempdir
MIT License
3 stars 1 forks source link

add support to defer statement #12

Closed peczenyj closed 3 weeks ago

peczenyj commented 3 weeks ago

defer statements may be called inside tests and helper. we should be able to detect and analyze such cases.

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 90.12%. Comparing base (a5481d2) to head (09aab74).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #12 +/- ## ========================================== + Coverage 89.80% 90.12% +0.31% ========================================== Files 4 4 Lines 157 162 +5 ========================================== + Hits 141 146 +5 Misses 13 13 Partials 3 3 ```

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