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

Overhaul Linking Methodology #11

Merged
merged 8 commits into from
Apr 20, 2023
Merged

Overhaul Linking Methodology #11

merged 8 commits into from
Apr 20, 2023

Conversation

junder873
Copy link
Owner

The older linking methodology was slow and rather inefficient. This new set makes better use of multiple dispatch and has a simpler, more consistent user interface. It also provides more robust documentation.

@codecov-commenter
Copy link

codecov-commenter commented Apr 19, 2023

Codecov Report

Merging #11 (0210d5b) into master (4087aea) will increase coverage by 1.63%.
The diff coverage is 73.48%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
+ Coverage   71.82%   73.46%   +1.63%     
==========================================
  Files          11       11              
  Lines         749      946     +197     
==========================================
+ Hits          538      695     +157     
- Misses        211      251      +40     
Impacted Files Coverage Δ
src/links/downloadLinks.jl 0.00% <0.00%> (ø)
src/links/specialCases.jl 33.33% <33.33%> (ø)
src/links/identifierTypes.jl 60.34% <60.34%> (ø)
src/links/linkPairs.jl 67.56% <67.56%> (ø)
src/links/creatingLinks.jl 88.48% <88.48%> (ø)
src/links/linkMethods.jl 89.81% <89.81%> (ø)
src/utils.jl 76.31% <92.30%> (+1.80%) ⬆️

... and 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@junder873 junder873 merged commit 9821849 into master Apr 20, 2023
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.

2 participants