cynkra / lazytest

Runs only failing tests
https://lazytest.cynkra.com/
Other
31 stars 2 forks source link

docs: add return for the exported function #19

Closed maelle closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #19 (aa1049d) into main (fd16894) will not change coverage. The diff coverage is n/a.

:exclamation: Current head aa1049d differs from pull request most recent head b243a04. Consider uploading reports for the commit b243a04 to get more accurate results

@@           Coverage Diff           @@
##             main      #19   +/-   ##
=======================================
  Coverage   77.50%   77.50%           
=======================================
  Files           3        3           
  Lines         120      120           
=======================================
  Hits           93       93           
  Misses         27       27           
Impacted Files Coverage Δ
R/lazytest_local.R 96.49% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

krlmlr commented 1 year ago

Thanks, this has conflicts now.

Should we document it as returning the same as testthat::test_local() returns?