sindresorhus / dot-prop

Get, set, or delete a property from a nested object using a dot path

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add more tests

sindresorhus opened this issue · comments

@sindresorhus Could you add test coverage to the CI process?

@Richienb All the coverage services I know about suck so much. Can't we just add c8 locally and get the coverage when running the tests locally? That should be enough.

@sindresorhus Probably. What are some things you look for in a quality code coverage service?

  • Reliability (The current ones have random failures all the time)
  • Stability (I had to change the config of the CIs multiple times)
  • Easy setup (I just want to add a line to a GitHub Actions workflow and be done)
  • Good and fast UI (The UI of the current ones are messy and very slow)