/rpharma-2024-automated-testing

Presentation and materials for the lightning talk "From Annoying to Automated: Running Tests with GitHub Actions"⚡️

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

From Annoying to Automated: Running Tests with GitHub Actions

R/Pharma 2024 presentation and materials for the lightning talk "From Annoying to Automated: Running Tests with GitHub Actions"⚡️.

R/Pharma 2024 Lightning Talk

Example test repo

You can find the example test repo here. On this repo, there are two GitHub Actions running whenever there's a push to the main branch or a push on a pull request to the main branch. The first action runs the tests and the second action checks the test coverage with covr.

⚠️ Note that you need to get a token from Codecov and add it to your GitHub repo secrets to get the test coverage action to work! Just follow the instructions from the Codecov docs.