Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding check on epiworldR #33

Merged
merged 9 commits into from
Nov 19, 2024
Merged

Adding check on epiworldR #33

merged 9 commits into from
Nov 19, 2024

Conversation

gvegayon
Copy link
Member

@gvegayon gvegayon commented Nov 19, 2024

This pull request includes significant updates to the continuous integration (CI) workflow configuration in the .github/workflows/ci.yml file. The changes primarily focus on specifying branch triggers for CI actions and adding new jobs to test the epiworldR package.

Key changes include:

CI Workflow Configuration:

  • Updated the on section to trigger CI actions only on pushes to the master branch and on pull requests.

New Jobs for Testing epiworldR:

  • Added a new job test-epiworld-r to run tests for the epiworldR package using the rocker/r2u:latest container. This job installs necessary R packages and dependencies, builds the package, and runs checks.
  • Added another job test-epiworld-r-valgrind similar to test-epiworld-r, but with additional steps to install valgrind and run the package checks using valgrind for memory analysis.

Copy link

codecov bot commented Nov 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.96%. Comparing base (d177940) to head (9ee53cd).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #33   +/-   ##
=======================================
  Coverage   83.96%   83.96%           
=======================================
  Files          42       42           
  Lines        2763     2763           
=======================================
  Hits         2320     2320           
  Misses        443      443           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@gvegayon gvegayon marked this pull request as ready for review November 19, 2024 04:40
@gvegayon gvegayon requested a review from apulsipher November 19, 2024 04:40
Copy link
Contributor

@apulsipher apulsipher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@apulsipher apulsipher merged commit 27c32a5 into master Nov 19, 2024
14 checks passed
@apulsipher apulsipher deleted the add-check-epiworldr branch November 19, 2024 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants