Ran
|
Files
1048
|
Run time
20s
|
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.
1461 of 1755 branches covered (0.0%)
Branch coverage included in aggregate %.
10522 of 11304 relevant lines covered (93.08%)
77.37 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|