Closed richfitz closed 3 years ago
Merging #56 (7366fc8) into master (bf49eb8) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #56 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 6 6
Lines 656 697 +41
=========================================
+ Hits 656 697 +41
Impacted Files | Coverage Δ | |
---|---|---|
R/generate_dust.R | 100.00% <100.00%> (ø) |
|
R/odin_dust.R | 100.00% <100.00%> (ø) |
|
R/package.R | 100.00% <100.00%> (ø) |
|
R/utils.R | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update bf49eb8...7366fc8. Read the comment docs.
In trying to wire this up with sircovid it turned out I'd failed to test (or implement correctly) the package interface to this.
This has become a bit of an omnibus PR with a number of bugs and unpleasantnesses fixed:
))
became)
because it was an exactly-doubled closing marker)Fixes #55