Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use ArgTools for read/write argument handling and testing #44

Merged
merged 1 commit into from
Jun 8, 2020

Conversation

StefanKarpinski
Copy link
Member

No description provided.

@StefanKarpinski StefanKarpinski marked this pull request as draft June 4, 2020 22:10
@codecov
Copy link

codecov bot commented Jun 4, 2020

Codecov Report

Merging #44 into master will increase coverage by 1.92%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #44      +/-   ##
==========================================
+ Coverage   96.34%   98.26%   +1.92%     
==========================================
  Files           3        3              
  Lines         246      231      -15     
==========================================
- Hits          237      227      -10     
+ Misses          9        4       -5     
Impacted Files Coverage Δ
src/BSDiff.jl 98.00% <100.00%> (+2.84%) ⬆️

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 0dc0e70...ba48660. Read the comment docs.

The API testing takes a long time now since we're testing 3 formats
and 5 different types for each argument for up to 3 arguments, so
a total 375 combinations, which is some serious overkill. Refactoring
made it somewhat faster (and clearer), but could still be cut down.
@StefanKarpinski StefanKarpinski marked this pull request as ready for review June 8, 2020 12:44
@StefanKarpinski StefanKarpinski merged commit d8512d8 into master Jun 8, 2020
@StefanKarpinski StefanKarpinski deleted the sk/ArgTools branch June 8, 2020 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant