rstudio / dbtest

Automates testing of vector expressions of SQL translations for dplyr
http://db.rstudio.com/translation
Other
11 stars 5 forks source link

Add HTML Overview and Coverage Report #11

Open colearendt opened 6 years ago

colearendt commented 6 years ago

In the previous version of the package, there was a HTML overview that allowed easier exploration of error messages, stack trace, results, etc. There was also a nice way to look at code coverage stats / percentages. Both of these "reports" should be added back to the new version!

colearendt commented 6 years ago

Check out the covr app for this. Or r2d3? 😄