Closed ghengeveld closed 1 month ago
📦 Package Size: 5380 KB
Coverage variation | Diff coverage |
---|---|
Report missing for 081f5df6bc39e85818f62841abefc3f18e966b8b[^1] | :white_check_mark: 81.36% (target: 80.00%) |
Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more [^1]: Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.
@codykaup I've restored the original build script. It's only really an issue when developing locally anyway (you might end up in a bad repo state) but it's fairly simple to fix by running yarn clean-package restore
.
:rocket: PR was released in v11.15.0
:rocket:
This is to allow the VTA to lower the log level and add a custom prefix to each log line in order to distinguish them from Storybook's own logs. The default prefix is a timestamp (e.g.
14:30:00.123
) in the local timezone.Previously we would prefix each line with a UTC-based timestamp, but that only really worked when explicitly using the
--debug
or--no-interactive
flag, or when writing to a log file. We now properly supportdebug
andinteractive
as options to the logger as well. The logger no longer directly reads fromprocess.argv
but we pass in parsed arguments as flags instead. This doesn't affect existing setups except for GitHub Actions when using thedebug: true
orinteractive: false
option. Not a breaking change though.Also we now preserve colors when using non-interactive or debug mode.
📦 Published PR as canary version:
11.16.0--canary.1107.11483367055.0
:sparkles: Test out this PR locally via: ```bash npm install chromatic@11.16.0--canary.1107.11483367055.0 # or yarn add chromatic@11.16.0--canary.1107.11483367055.0 ```