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

Attempt to handle running Char in incremental mode #199

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

anthonysena
Copy link
Collaborator

Attempt to use the Characterization package functions to properly handle when running in incremental mode.

@anthonysena anthonysena linked an issue Jan 17, 2025 that may be closed by this pull request
Copy link

codecov bot commented Jan 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.98%. Comparing base (6c06768) to head (16f6269).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #199      +/-   ##
===========================================
+ Coverage    98.94%   98.98%   +0.04%     
===========================================
  Files           14       14              
  Lines         3498     3544      +46     
===========================================
+ Hits          3461     3508      +47     
+ Misses          37       36       -1     

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

Comment on lines +29 to +35
# Handle cleaning of incremental folders/files
if (isTRUE(executionSettings$incremental)) {
Characterization::cleanIncremental(workFolder)
} else {
Characterization::cleanNonIncremental(workFolder)
}

Copy link
Contributor

Choose a reason for hiding this comment

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

@jreps , could you provide feedback if this is the appropriate use of cleanIncremental vs. cleanNonIncremental?

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.

Handling for incremental mode in Characterization module
2 participants