mrc-ide / rrq

:runner::runner::runner: Lightweight Redis queues
https://mrc-ide.github.io/rrq/
Other
24 stars 4 forks source link

Simplify dependency handling #91

Closed richfitz closed 1 year ago

richfitz commented 1 year ago

This PR simplifies handling of querying dependencies:

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (f4d7fd9) 99.94% compared to head (63b847c) 99.94%.

:exclamation: Current head 63b847c differs from pull request most recent head 998519f. Consider uploading reports for the commit 998519f to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #91 +/- ## ======================================= Coverage 99.94% 99.94% ======================================= Files 28 28 Lines 1946 1960 +14 ======================================= + Hits 1945 1959 +14 Misses 1 1 ``` | [Impacted Files](https://codecov.io/gh/mrc-ide/rrq/pull/91?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mrc-ide) | Coverage Δ | | |---|---|---| | [R/task\_cleanup.R](https://codecov.io/gh/mrc-ide/rrq/pull/91?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mrc-ide#diff-Ui90YXNrX2NsZWFudXAuUg==) | `100.00% <ø> (ø)` | | | [R/dependencies.R](https://codecov.io/gh/mrc-ide/rrq/pull/91?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mrc-ide#diff-Ui9kZXBlbmRlbmNpZXMuUg==) | `100.00% <100.00%> (ø)` | | | [R/keys.R](https://codecov.io/gh/mrc-ide/rrq/pull/91?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mrc-ide#diff-Ui9rZXlzLlI=) | `100.00% <100.00%> (ø)` | | | [R/rrq\_controller.R](https://codecov.io/gh/mrc-ide/rrq/pull/91?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mrc-ide#diff-Ui9ycnFfY29udHJvbGxlci5S) | `99.83% <100.00%> (+<0.01%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mrc-ide). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mrc-ide)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.