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

Removes need for network access when executing unit-tests #730

Merged
merged 1 commit into from Apr 30, 2023
Merged

Conversation

fdutton
Copy link
Contributor

@fdutton fdutton commented Apr 29, 2023

Resolves #729

@fdutton fdutton linked an issue Apr 29, 2023 that may be closed by this pull request
@codecov-commenter
Copy link

Codecov Report

Merging #730 (1beda2c) into master (cff8961) will increase coverage by 0.07%.
The diff coverage is 90.90%.

📣 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     #730      +/-   ##
============================================
+ Coverage     75.34%   75.41%   +0.07%     
- Complexity     1054     1056       +2     
============================================
  Files           106      106              
  Lines          3630     3641      +11     
  Branches        717      719       +2     
============================================
+ Hits           2735     2746      +11     
+ Misses          617      616       -1     
- Partials        278      279       +1     
Impacted Files Coverage Δ
...n/java/com/networknt/schema/uri/URITranslator.java 81.08% <90.90%> (+8.00%) ⬆️

@stevehu stevehu merged commit 86c6ac6 into master Apr 30, 2023
4 checks passed
@stevehu stevehu deleted the issue729 branch April 30, 2023 01:16
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.

Remove need for network access when running unit-tests
3 participants