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

Remove default force_array for parse_raw_params #38

Merged
merged 5 commits into from
Nov 13, 2024
Merged

Conversation

AlexAxthelm
Copy link
Collaborator

The prior default (c("portfolio", "files")) was causing errors in tests, and setting it to be an empty default makes sense, when there is no guarantee that the invocation pattern will match that pattern at run time

The prior default (`c("portfolio", "files")`) was causing errors in
tests, and setting it to be an empty default makes sense, when there is
no guarantee that the invocation pattern will match that pattern at run
time
@AlexAxthelm AlexAxthelm requested a review from jdhoffa November 8, 2024 13:50
@AlexAxthelm AlexAxthelm self-assigned this Nov 8, 2024
Copy link

codecov bot commented Nov 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.08%. Comparing base (73c648c) to head (62e6c74).
Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #38   +/-   ##
=======================================
  Coverage   98.08%   98.08%           
=======================================
  Files          10       10           
  Lines         626      626           
=======================================
  Hits          614      614           
  Misses         12       12           

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

@AlexAxthelm AlexAxthelm marked this pull request as ready for review November 8, 2024 13:59
R/parse_raw_params.R Outdated Show resolved Hide resolved
Co-authored-by: Jackson Hoffart <[email protected]>
@AlexAxthelm AlexAxthelm requested a review from jdhoffa November 8, 2024 16:48
@AlexAxthelm AlexAxthelm merged commit e9c7dc6 into main Nov 13, 2024
22 checks passed
@AlexAxthelm AlexAxthelm deleted the test-warnings branch November 13, 2024 09:11
AlexAxthelm added a commit to RMI-PACTA/workflow.pacta.report that referenced this pull request Nov 13, 2024
AlexAxthelm added a commit to RMI-PACTA/workflow.pacta that referenced this pull request Nov 13, 2024
AlexAxthelm added a commit to RMI-PACTA/workflow.pacta.report that referenced this pull request Nov 14, 2024
* rename param files

* Update references to new filenames

* Use dev branch of package

* Increment version number to 0.0.0.9007

* remove list of explicit inheritence files

* use `main` dependency

following RMI-PACTA/pacta.workflow.utils#37

* Increment version number to 0.0.0.9008

* force portfolio/files to be an array

adapting to RMI-PACTA/pacta.workflow.utils#38

* Increment version number to 0.0.0.9008
AlexAxthelm added a commit to RMI-PACTA/workflow.pacta.webapp that referenced this pull request Nov 14, 2024
AlexAxthelm added a commit to RMI-PACTA/workflow.pacta.webapp that referenced this pull request Nov 18, 2024
* Update testing configs to use array of filenames

* Add more verbose logging in raw params

* Revert "Add more verbose logging in raw params"

This reverts commit 073f625.

* Use dev version of package

* Export report manifest

* Increment version number to 0.0.1.9002

* Use an unexported function

* Use main branch of dependency

* Update docker-compose

* Use fdev branches of dependencies

* WIP - inheritence

* Trigger CI

* Use new RMI blob copy action (#24)

* Use new RMI blob copy action

* Add function to prepare schema tempdir

* Wrap main workflow in function

* Update conditionals for reporting and analysis

* update calling script

* linting

* Use exported function on `develop` branch

* rename file to match function name.

* Update README

* Update buildignore

* Copy schema files from this package

* Update directory path in script

* change from `system.file` to `file.path`

* Export function

* Linting

* Use main branch of de ps

* force portfolio/files to be an array

adapting to RMI-PACTA/pacta.workflow.utils#38

* Explicitly pass i/o directories

* update docs and render
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