Ran
|
Jobs
2
|
Files
526
|
Run time
46s
|
Badge
Embed ▾
README BADGES
|
push
github
Set AppModule as a DynamicModule (#875) The `AppModule` is now a `DynamicModule` – this allows configuring its configuration based on the `configuration` object. This change is similar to 501bc7439 which was later reverted in 84d48c0bf. The main reason for the revert was because the `configuration` object would not take the `.env` file into consideration since this is a feature exclusive to the `ConfigurationModule` which is not initialised at this stage. However, even if the `.env` is not loaded at this stage, we still have access to the `configuration` object which relies more on the environment variables set in the session, allowing entire features to be enabled/disabled with a single configuration entry.
1425 of 1701 branches covered (0.0%)
Branch coverage included in aggregate %.
2 of 3 new or added lines in 2 files covered. (66.67%)
2 existing lines in 1 file now uncovered.5293 of 5660 relevant lines covered (93.52%)
162.63 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
0.0 |
0.0% | src/main.ts |
Lines | Coverage | ∆ | File |
---|---|---|---|
2 |
80.0 |
-20.0% | src/routes/transactions/entities/__tests__/human-description.builder.ts |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | run-test:e2e:cov - 6969732515.1 | 826 |
56.16 |
GitHub Action Run | |
2 | run-test:cov - 6969732515.2 | 1048 |
91.76 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|