Closed orichters closed 8 months ago
Attention: Patch coverage is 12.90323%
with 27 lines
in your changes are missing coverage. Please review.
Project coverage is 41.47%. Comparing base (
9a15a92
) to head (1bb2a63
).
Files | Patch % | Lines |
---|---|---|
R/codeCheck.R | 12.90% | 27 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
interactive = TRUE
modeExample
What happens if you add
cm_NDC_version
, which is a switch name but has no GAMS definition, tomodules/46_carbonpriceRegi/netZero/not_used.txt
in remindmodel?In the following, irrelevant stuff shortened with
[...]
:Old with
interactive = FALSE
. While the first warning makes sense, the three others are completely misleading.Old with
interactive = TRUE
. Asks many questions, if you accept them it adds the switch to many not_used.txt where they don't belong, and then at the end finally tells you the actual problem.New with
interactive = FALSE
: Just one straight warning.New with
interactive = TRUE
. As the case is obvious, doesn't even ask.