go-zookeeper / zk

Native ZooKeeper client for Go
BSD 3-Clause "New" or "Revised" License
504 stars 130 forks source link

tests: use t.TempDir() for tests #126

Closed jeffbean closed 5 months ago

jeffbean commented 5 months ago

1.15 added https://pkg.go.dev/testing#T.TempDir

includes .gitattributes to ensure eol as LF

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 77.03%. Comparing base (c5e730e) to head (da08395).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #126 +/- ## ========================================== + Coverage 75.94% 77.03% +1.08% ========================================== Files 7 7 Lines 1193 1193 ========================================== + Hits 906 919 +13 + Misses 196 186 -10 + Partials 91 88 -3 ```

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