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

Support relative paths in unix domain file uris. #966

Merged
merged 2 commits into from
Jan 10, 2020

Conversation

melowe
Copy link
Contributor

@melowe melowe commented Jan 10, 2020

fixes #965 . Support relative paths in unix domain file uris.

@codecov-io
Copy link

codecov-io commented Jan 10, 2020

Codecov Report

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

Impacted file tree graph

@@             Coverage Diff             @@
##             master    #966      +/-   ##
===========================================
+ Coverage      99.3%   99.3%   +<.01%     
- Complexity     2150    2160      +10     
===========================================
  Files           328     328              
  Lines          5887    5902      +15     
  Branches        348     355       +7     
===========================================
+ Hits           5846    5861      +15     
  Misses            5       5              
  Partials         36      36
Impacted Files Coverage Δ Complexity Δ
...a/com/quorum/tessera/config/JaxbConfigFactory.java 100% <100%> (ø) 5 <2> (+1) ⬆️
...ig/constraints/KeyVaultConfigurationValidator.java 100% <100%> (ø) 15 <15> (+6) ⬆️
...va/com/quorum/tessera/config/cli/OverrideUtil.java 100% <100%> (ø) 61 <3> (+3) ⬆️

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 25ba181...451f024. Read the comment docs.

@melowe melowe merged commit b4185cb into master Jan 10, 2020
@Krish1979 Krish1979 added 0.10.3 0.10.3 enhancement Non-user code enhancements labels Feb 3, 2020
@prd-fox prd-fox deleted the relative_unixdomain_uri branch March 9, 2020 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.10.3 0.10.3 enhancement Non-user code enhancements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support relative paths in unix domain file uri
3 participants