DefactoSoftware / test_selector

Elixir library to help selecting the right elements in your tests.
MIT License
14 stars 2 forks source link

Remove all related hound code #35

Closed fatboypunk closed 8 months ago

fatboypunk commented 8 months ago

Hound isn't used anymore and probably not needed in this library, as mentioned in https://github.com/DefactoSoftware/test_selector/pull/33.

The #33 PR failed because there were some macros still dependend on Hound as a library. With this PR that's eliminated.

codecov-commenter commented 8 months ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (f88fcb8) to head (bd4a310). Report is 7 commits behind head on master.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #35 +/- ## ============================================ + Coverage 85.71% 100.00% +14.28% ============================================ Files 3 2 -1 Lines 35 18 -17 ============================================ - Hits 30 18 -12 + Misses 5 0 -5 ```

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

sn3p commented 8 months ago

Awesome thanks @fatboypunk!