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

Updates to schema.jl and runtests.jl #13

Merged
merged 8 commits into from
Apr 21, 2020
Merged

Updates to schema.jl and runtests.jl #13

merged 8 commits into from
Apr 21, 2020

Conversation

odow
Copy link
Collaborator

@odow odow commented Jan 31, 2020

Slowly working my way through schema and runtests to educate myself about what this code does. The changes are mainly style and simplifications.

  • Most important change is that we now start-up a local webserver in the tests, instead of passing some initial idmap0 (which is now removed). @fredo-dedup as far as I can tell, idmap0 was undocumented and only used by the tests to work-around the lack of a webserver?

  • I renamed parentFileDirectory to parent_dir for a little more consistency.

Most important change is that we now start-up a local webserver
in the tests, instead of passing some initial `id_map`.

As far as I can tell, `idmap0` was undocumented and only used
by the tests to work-around the lack of a webserver.
@codecov-io
Copy link

codecov-io commented Jan 31, 2020

Codecov Report

Merging #13 into master will increase coverage by 5.06%.
The diff coverage is 98.88%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #13      +/-   ##
=========================================
+ Coverage   94.14%   99.2%   +5.06%     
=========================================
  Files           3       3              
  Lines         256     253       -3     
=========================================
+ Hits          241     251      +10     
+ Misses         15       2      -13
Impacted Files Coverage Δ
src/validation.jl 99.37% <100%> (+6.25%) ⬆️
src/schema.jl 98.87% <98.87%> (+3.22%) ⬆️

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 f8aaa22...57567e7. Read the comment docs.

@odow odow changed the title [WIP] Updates to schema.jl and runtests.jl Updates to schema.jl and runtests.jl Feb 1, 2020
@odow
Copy link
Collaborator Author

odow commented Feb 12, 2020

@fredo-dedup any thoughts on removing the idmap0 argument to Schema?

@odow
Copy link
Collaborator Author

odow commented Apr 18, 2020

Unless there are objections, I will merge this Monday, April 20.

Project.toml Outdated Show resolved Hide resolved
@odow odow merged commit 67c30c3 into master Apr 21, 2020
@odow odow deleted the od/schema branch April 21, 2020 13:39
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.

3 participants