Closed adrian-schnell closed 2 years ago
Merging #84 (4b00124) into master (e08e9a4) will decrease coverage by
0.04%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## master #84 +/- ##
===========================================
- Coverage 3.41% 3.37% -0.05%
- Complexity 279 283 +4
===========================================
Files 88 89 +1
Lines 1141 1155 +14
===========================================
Hits 39 39
- Misses 1102 1116 +14
Flag | Coverage Δ | |
---|---|---|
unittests | 3.37% <0.00%> (-0.05%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
app/Api/Controller/VaultController.php | 0.00% <0.00%> (ø) |
|
app/Api/Requests/UpdateVaultRequest.php | 0.00% <0.00%> (ø) |
|
app/Api/Service/VaultRepository.php | 0.00% <0.00%> (ø) |
|
app/Http/Resources/VaultResource.php | 0.00% <0.00%> (ø) |
|
app/Models/User.php | 0.00% <0.00%> (ø) |
|
app/Models/Vault.php | 0.00% <0.00%> (ø) |
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 e08e9a4...4b00124. Read the comment docs.
adds an endpoint to offer users to name their vaults
implements issue #70