datacamp / testwhat

Write Submission Correctness Tests for R exercises
https://datacamp.github.io/testwhat
GNU Affero General Public License v3.0
33 stars 24 forks source link

WIP Check call list args #229

Closed richierocks closed 5 years ago

richierocks commented 5 years ago

check_call() now works with list arguments.

codecov[bot] commented 5 years ago

Codecov Report

Merging #229 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #229      +/-   ##
=========================================
+ Coverage   92.09%   92.1%   +<.01%     
=========================================
  Files          47      47              
  Lines        2631    2633       +2     
=========================================
+ Hits         2423    2425       +2     
  Misses        208     208
Impacted Files Coverage Δ
R/check-fun-def.R 98.85% <100%> (+0.02%) :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 3312b16...7b565fc. Read the comment docs.