Closed arturovt closed 6 days ago
CI is running/has finished running commands for commit 96c181de36bdba6145b9fae9166ecd496311925d. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this CI Pipeline Execution
Sent with 💌 from NxCloud.
``` yarn add https://pkg.pr.new/@ngxs/devtools-plugin@2263.tgz ```
``` yarn add https://pkg.pr.new/@ngxs/form-plugin@2263.tgz ```
``` yarn add https://pkg.pr.new/@ngxs/hmr-plugin@2263.tgz ```
``` yarn add https://pkg.pr.new/@ngxs/router-plugin@2263.tgz ```
``` yarn add https://pkg.pr.new/@ngxs/storage-plugin@2263.tgz ```
``` yarn add https://pkg.pr.new/@ngxs/store@2263.tgz ```
``` yarn add https://pkg.pr.new/@ngxs/websocket-plugin@2263.tgz ```
commit: 96c181d
Total files change +539B +0.41%
Final result: :x:
View report in BundleMon website ➡️
No change in files bundle size
Final result: :white_check_mark:
View report in BundleMon website ➡️
Total files change +65B +0.03%
Final result: :white_check_mark:
View report in BundleMon website ➡️
Code Climate has analyzed commit 96c181de and detected 0 issues on this pull request.
The test coverage on the diff in this pull request is 80.0% (50% is the threshold).
This pull request will bring the total coverage in the repository to 95.3% (0.0% change).
View more on Code Climate.
In this commit, we override the RxJS
config.onUnhandledError
within the root store initializer, but only after other code has already executed. If users have a customconfig.onUnhandledError
, we might overwrite it too early and capture the originalconfig.onUnhandledError
before it is properly set.