Closed pwep closed 3 years ago
Thanks!
I merged your commit into my master
branch; then I merged my master
into my developer
branch; which is my working branch; Thanks for the explanations and links; Dev
On Dec 1, 2020, at 7:03 PM, Peter Phillips notifications@github.com wrote:
Set up the GitHub Actions for checking and code coverage Actions live in the .github/workflows/ directory usethis::use_github_action_check_standard() sets up the R CMD check action in the file .github/workflows/R-CMD-check.yaml then edited to trigger for any branch push or pull removed Travis badge from README.md and replaced with GitHub Actions badge usethis::use_github_action("test-coverage") set up the code coverage Delete the .travis.yml file You can view, comment on, or merge this pull request online at:
https://github.com/dpc10ster/RJafroc/pull/60 https://github.com/dpc10ster/RJafroc/pull/60 Commit Summary
Add GitHub Actions Remove .travis.yml Remove branch trigger filter for actions File Changes
A .github/.gitignore https://github.com/dpc10ster/RJafroc/pull/60/files#diff-64fc63b962be2538a5a40037c7178455da643d9eaa0f1a34c3f3145fb8ccbebd (1) A .github/workflows/R-CMD-check.yaml https://github.com/dpc10ster/RJafroc/pull/60/files#diff-9c940e8ad2b7bc4c26ec3da57b94bc00e73e2166cfed689da51a4c59bcc0a310 (78) A .github/workflows/test-coverage.yaml https://github.com/dpc10ster/RJafroc/pull/60/files#diff-3522a8c5abb070598236011d60dce0eafc7f1d70261ae9a84917dafcf04d79c8 (42) D .travis.yml https://github.com/dpc10ster/RJafroc/pull/60/files#diff-6ac3f79fc25d95cd1e3d51da53a4b21b939437392578a35ae8cd6d5366ca5485 (20) M README.md https://github.com/dpc10ster/RJafroc/pull/60/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5 (2) Patch Links:
https://github.com/dpc10ster/RJafroc/pull/60.patch https://github.com/dpc10ster/RJafroc/pull/60.patch https://github.com/dpc10ster/RJafroc/pull/60.diff https://github.com/dpc10ster/RJafroc/pull/60.diff — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dpc10ster/RJafroc/pull/60, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH4NJRAKF2A5BKBNBWTOFB3SSV74TANCNFSM4UJXJQ5Q.
.github/workflows/
directoryusethis::use_github_action_check_standard()
sets up the R CMD check action in the file.github/workflows/R-CMD-check.yaml
README.md
and replaced with GitHub Actions badgeusethis::use_github_action("test-coverage")
set up the code coverage.travis.yml
file