bcgov / ppr-deprecated

deprecated-Personal Property Registry
Apache License 2.0
2 stars 10 forks source link

Read vehicle collateral on a financing statement in the API #756

Closed jguertin closed 4 years ago

sonarcloud[bot] commented 4 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

codecov[bot] commented 4 years ago

Codecov Report

Merging #756 into master will increase coverage by 0.22%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #756      +/-   ##
==========================================
+ Coverage   92.82%   93.04%   +0.22%     
==========================================
  Files          54       54              
  Lines        1129     1165      +36     
  Branches      104      104              
==========================================
+ Hits         1048     1084      +36     
  Misses         79       79              
  Partials        2        2
Flag Coverage Δ
#python_unittests 97.08% <100%> (+0.18%) :arrow_up:
Impacted Files Coverage Δ
ppr-api/src/endpoints/financing_statement.py 100% <100%> (ø) :arrow_up:
ppr-api/src/models/financing_statement.py 100% <100%> (ø) :arrow_up:
ppr-api/src/schemas/collateral.py 100% <100%> (ø) :arrow_up:
ppr-api/src/schemas/financing_statement.py 100% <100%> (ø) :arrow_up:
ppr-api/src/models/collateral.py 100% <100%> (ø) :arrow_up:

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 b236a0f...7705241. Read the comment docs.

jguertin commented 4 years ago

Changes merged as part of PR #758