Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update readme, update codecov to exclude storybook #73

Merged
merged 5 commits into from
Apr 16, 2024

Conversation

DrewHoo
Copy link
Contributor

@DrewHoo DrewHoo commented Apr 16, 2024

No description provided.

vite.config.ts Outdated
Comment on lines 13 to 16
reporter: process.env.GITHUB_ACTIONS
? ["github-actions", "cobertura"]
: ["text", "html", "clover", "json"],
reportsDirectory: "html/coverage",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need HTML reports at all if we are using codecovs app?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How else would you view coverage locally without pushing changes first?

Copy link

codecov bot commented Apr 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.52%. Comparing base (1fee44f) to head (a591182).

Additional details and impacted files
@@             Coverage Diff             @@
##             main      #73       +/-   ##
===========================================
+ Coverage   63.61%   76.52%   +12.91%     
===========================================
  Files          50       36       -14     
  Lines         492      409       -83     
  Branches       69       69               
===========================================
  Hits          313      313               
+ Misses        159       76       -83     
  Partials       20       20               

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

@DrewHoo DrewHoo merged commit 8ce89ee into main Apr 16, 2024
4 of 5 checks passed
@DrewHoo DrewHoo deleted the m/codecov-ignor-stories branch April 16, 2024 20:17
Copy link

🎉 This PR is included in version 1.15.1 🎉

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.

None yet

2 participants