Closed joelgallant closed 3 years ago
Project | App Config |
Status | Passed |
Commit | 155fc8f2af |
Started | May 4, 2021 1:37 AM |
Ended | May 4, 2021 1:39 AM |
Duration | 02:29 💡 |
OS | Linux Ubuntu - 20.04 |
Browser | Electron 87 |
View run in Cypress Dashboard ➡️
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard
Merging #151 (155fc8f) into master (816d6d4) will increase coverage by
0.14%
. The diff coverage is94.44%
.
@@ Coverage Diff @@
## master #151 +/- ##
==========================================
+ Coverage 80.43% 80.57% +0.14%
==========================================
Files 42 42
Lines 2402 2420 +18
Branches 574 578 +4
==========================================
+ Hits 1932 1950 +18
Misses 470 470
Impacted Files | Coverage Δ | |
---|---|---|
app-config-node/src/file-source.ts | 79.41% <66.66%> (ø) |
|
app-config-core/src/parsed-value.ts | 82.56% <87.50%> (-0.31%) |
:arrow_down: |
app-config-node/src/environment.ts | 93.10% <88.88%> (-0.78%) |
:arrow_down: |
app-config-core/src/config-source.ts | 69.60% <100.00%> (+0.24%) |
:arrow_up: |
app-config-exec/src/index.ts | 97.43% <100.00%> (ø) |
|
app-config-extension-utils/src/index.ts | 92.45% <100.00%> (ø) |
|
app-config-extensions/src/env-directive.ts | 100.00% <100.00%> (ø) |
|
app-config-extensions/src/env-var-directive.ts | 100.00% <100.00%> (ø) |
|
app-config-extensions/src/extends-directive.ts | 98.24% <100.00%> (+3.90%) |
:arrow_up: |
app-config-extensions/src/substitute-directive.ts | 97.80% <100.00%> (ø) |
|
... and 2 more |
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 816d6d4...155fc8f. Read the comment docs.
I managed to do this without making breaking changes, which is nice
Closes #129 #131