Skip to content

fix: color warning and error messages #26#29

Merged
alexkli merged 1 commit intomainfrom
colors
Mar 6, 2025
Merged

fix: color warning and error messages #26#29
alexkli merged 1 commit intomainfrom
colors

Conversation

@alexkli
Copy link
Copy Markdown
Contributor

@alexkli alexkli commented Mar 6, 2025

Fixes #26.

@adobe-bot
Copy link
Copy Markdown

🎉 Sizewatcher congratulates on the size improvement 📉:

   🎉 git -54.7% (550 kB => 249 kB)

node_modules has no changes (161 MB)
Largest production node modules:
┌───────────────┬────────────┬───────┐
│ name │ children │ size │
├───────────────┼────────────┼───────┤
│ glob │ 0 │ 0.87M │
├───────────────┼────────────┼───────┤
│ yaml │ 0 │ 0.65M │
├───────────────┼────────────┼───────┤
│ yargs │ 0 │ 0.34M │
├───────────────┼────────────┼───────┤
│ @adobe/fetch │ 0 │ 0.27M │
├───────────────┼────────────┼───────┤
│ formdata-node │ 0 │ 0.12M │
├───────────────┼────────────┼───────┤
│ chalk │ 0 │ 0.04M │
├───────────────┼────────────┼───────┤
│ 6 modules │ 0 children │ 2.29M │
└───────────────┴────────────┴───────┘
npm_package +0.2% (60.6 kB => 60.7 kB)
Package contents:
npm notice
📦 @adobe/edgly@1.1.10
Tarball Contents
170B COPYRIGHT
11.3kB LICENSE
9.7kB README.md
1.9kB package.json
2.3kB src/commands/fiddle/clear.js
2.0kB src/commands/fiddle/create.js
1.2kB src/commands/fiddle/fiddle.js
2.6kB src/commands/fiddle/get.js
2.2kB src/commands/fiddle/update.js
3.0kB src/commands/service/create.js
3.1kB src/commands/service/get.js
2.1kB src/commands/service/import.js
1.2kB src/commands/service/service.js
3.7kB src/commands/service/update.js
2.7kB src/commands/test.js
1.2kB src/commands/version.js
1.5kB src/config.js
19.6kB src/fastly/api/fastly-api.js
2.2kB src/fastly/api/fiddle-api.js
8.2kB src/fastly/fiddle-mgr.js
11.3kB src/fastly/service-mgr.js
4.4kB src/fastly/service.js
13.7kB src/fastly/store.js
2.6kB src/index.js
2.8kB src/opts.js
185.8kB src/secrets/patterns.yaml
8.8kB src/secrets/secrets.js
6.8kB src/test/parser.js
8.4kB src/test/runner.js
4.8kB src/util.js
6.6kB src/yargs-ahoy.js
Tarball Details
name: @adobe/edgly
version: 1.1.10
filename: adobe-edgly-1.1.10.tgz
package size: 60.7 kB
unpacked size: 338.2 kB
shasum: 422f1bf5fd4ce6d1625b928f58e7f42d00ee5005
integrity: sha512-DWGV7yIlp3Vyx[...]olweGdqAmeFSA==
total files: 31
npm notice
npm warn This command requires you to be logged in to https://registry.npmjs.org/ (dry-run)
Publishing to https://registry.npmjs.org/ with tag latest and public access (dry-run)
Notes
  • PR branch: colors @ 928ffcc
  • Base branch: main
  • Sizewatcher v1.3.0
  • Effective Configuration:
limits:
  fail: 100%
  warn: 30%
  ok: '-10%'
report:
  githubComment: true
  githubStatus: false
comparators: {}

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 32.90%. Comparing base (7a39017) to head (928ffcc).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #29      +/-   ##
==========================================
+ Coverage   32.77%   32.90%   +0.13%     
==========================================
  Files          26       26              
  Lines        4082     4090       +8     
==========================================
+ Hits         1338     1346       +8     
  Misses       2744     2744              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@alexkli alexkli merged commit 72eaa47 into main Mar 6, 2025
@alexkli alexkli deleted the colors branch March 6, 2025 00:11
@adobe-bot
Copy link
Copy Markdown

🎉 This PR is included in version 1.1.11 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

color warning and error messages

2 participants