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

chore: replace nyc with c8 for coverage reporting in package.json #124

Merged
merged 1 commit into from
Dec 25, 2024

Conversation

lumirlumir
Copy link
Owner

This pull request includes changes to the package.json file to update the test coverage tool and dependencies. The most important changes include replacing nyc with c8 for test coverage and updating the dependencies accordingly.

Changes to test coverage tool:

  • package.json: Replaced nyc with c8 for the coverage script.

Dependency updates:

Copy link

Labels have been automatically applied based on the conventional commit types.🏷️

@github-actions github-actions bot added the chore label Dec 25, 2024
Copy link

codecov bot commented Dec 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.54%. Comparing base (244d448) to head (5d7010d).
Report is 1 commits behind head on main.

@@            Coverage Diff             @@
##             main     #124      +/-   ##
==========================================
+ Coverage   98.48%   98.54%   +0.06%     
==========================================
  Files           4        4              
  Lines          66      275     +209     
==========================================
+ Hits           65      271     +206     
- Misses          1        4       +3     

see 4 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 244d448...5d7010d. Read the comment docs.

@lumirlumir lumirlumir merged commit 5569f9a into main Dec 25, 2024
4 checks passed
@lumirlumir lumirlumir deleted the chore-nyc-c8 branch December 25, 2024 11:30
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.

1 participant