Closed arturovt closed 1 month ago
CI is running/has finished running commands for commit 95eed69c830d5999f5bf001589e21be23cada920. 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@2236.tgz ```
``` yarn add https://pkg.pr.new/@ngxs/form-plugin@2236.tgz ```
``` yarn add https://pkg.pr.new/@ngxs/hmr-plugin@2236.tgz ```
``` yarn add https://pkg.pr.new/@ngxs/router-plugin@2236.tgz ```
``` yarn add https://pkg.pr.new/@ngxs/storage-plugin@2236.tgz ```
``` yarn add https://pkg.pr.new/@ngxs/websocket-plugin@2236.tgz ```
``` yarn add https://pkg.pr.new/@ngxs/store@2236.tgz ```
commit: 95eed69
No change in files bundle size
Final result: :white_check_mark:
View report in BundleMon website ➡️
Total files change -59B -0.28%
Final result: :white_check_mark:
View report in BundleMon website ➡️
Total files change -171B -0.08%
Final result: :white_check_mark:
View report in BundleMon website ➡️
Code Climate has analyzed commit 95eed69c and detected 0 issues on this pull request.
The test coverage on the diff in this pull request is 100.0% (50% is the threshold).
This pull request will bring the total coverage in the repository to 95.4% (0.1% change).
View more on Code Climate.
In this commit, we wrap the
options.filter
function for the logger plugin to run within the injection context, allowing the retrieval of any injectees that may have properties required for filtering. For example, the user may want to skip logging actions until the app's bootstrap is complete.Additionally, the
isIE
check has been removed from the log writer, as Internet Explorer is no longer supported by Angular.