Closed jmhobbs closed 1 month ago
Coverage variation | Diff coverage |
---|---|
Report missing for 5f0500fe5e0656c6eadf44b4af8a8a678abb15ea[^1] | :white_check_mark: 100.00% (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.
This is good. I was worried we wouldn't be uploading any metadata files anymore, but that's actually handled in a separate file (uploadMetadataFiles.ts
).
:rocket: PR was released in v11.8.0
:rocket:
This is largely caused by using pre-built storybooks with the
-d
/--storybook-build-dir
flag. Filtering out this directory will prevent accidental upload of reserved files like trace metadata or processing sentinels.📦 Published PR as canary version:
11.9.0--canary.1028.10799660620.0
:sparkles: Test out this PR locally via: ```bash npm install chromatic@11.9.0--canary.1028.10799660620.0 # or yarn add chromatic@11.9.0--canary.1028.10799660620.0 ```