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

Feat find json node #19

Merged
merged 19 commits into from
Oct 23, 2021
Merged

Feat find json node #19

merged 19 commits into from
Oct 23, 2021

Conversation

qigao
Copy link
Owner

@qigao qigao commented Oct 23, 2021

feat: find json node

  • find a json node by jackson readTree
  • update serde to marshal/unmashal enum/dattime
  • introduce codecove to utils

Fixes #18

@sonarcloud
Copy link

sonarcloud bot commented Oct 23, 2021

[utils] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (master@e8d9e58). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             master       #19   +/-   ##
==========================================
  Coverage          ?   100.00%           
  Complexity        ?        31           
==========================================
  Files             ?         1           
  Lines             ?        56           
  Branches          ?         0           
==========================================
  Hits              ?        56           
  Misses            ?         0           
  Partials          ?         0           

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 e8d9e58...ffbb031. Read the comment docs.

@sonarcloud
Copy link

sonarcloud bot commented Oct 23, 2021

[RestAssured] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented Oct 23, 2021

[Starter] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented Oct 23, 2021

[WireMock] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@qigao qigao merged commit c0d0a12 into master Oct 23, 2021
@qigao qigao deleted the feat_find_json_node branch October 23, 2021 06:52
qigao added a commit that referenced this pull request Oct 23, 2021
* feat: find json node by path
- [x] add jackson readTree
- [x] add codecov in shared-utils.yml
- [x] run task jacocoTestReport in github action
@qigao qigao mentioned this pull request Oct 23, 2021
qigao added a commit that referenced this pull request Oct 23, 2021
* feat: find json node by path
- [x] add jackson readTree
- [x] run task jacocoTestReport in github action
- [x] add codecov-action after each module's sonar job
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.

find node from json string
2 participants