Closed jayqi closed 5 years ago
Merging #16 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #16 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 2 2
Lines 59 70 +11
=====================================
+ Hits 59 70 +11
Impacted Files | Coverage Δ | |
---|---|---|
R/tospongebob.R | 100% <ø> (ø) |
:arrow_up: |
R/spongebobsay.R | 100% <100%> (ø) |
:arrow_up: |
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 ac696f4...cb90384. Read the comment docs.
Changes:
spongebobsay
family of functions will now print output by default usingcat
, unless newprint
argument is set toFALSE
.spongebobsay
family of functions now return output invisibly.