Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #526 +/- ##
=======================================
Coverage 90.92% 90.92%
=======================================
Files 23 23
Lines 1399 1399
=======================================
Hits 1272 1272
Misses 127 127 ☔ View full report in Codecov by Sentry. |
Actions tab -> choose render readme in list on left -> Run workflow button -> select fix-render-readme branch -> run workflow Seems to not warrant a version increment? |
Agree as this is just CI changes It would need a dev version (i.e a 4th large number) if it were code related to prevent pkgdown updating and so people could delineate between what is on CRAN and main |
Description
This PR closes #519
Rendering the Readme currently fails due to an untracked file
README.html. This PR adds the file to the .gitignore file, hopefully resolving the issue.Is there a way to test this change before merging?
Checklist
I have updated the documentation if required.lintr::lint_package()to check for style issues introduced by my changes.