ByrumLab / proteoDA

GNU General Public License v3.0
11 stars 11 forks source link

set up GitHub actions for automated testing and coverage reports. #243

Closed tjthurman closed 1 year ago

tjthurman commented 1 year ago

This PR sets up GitHub actions to run R CMD check and create a code coverage report when new pull requests are made to the proteoDA repo. It also includes some additional tests and code comments to bring test coverage to ~100%. This fixes #112 .