-
Notifications
You must be signed in to change notification settings - Fork 28
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
feat: Add .mjs and .cjs to AssetType.JAVASCRIPT #769
Conversation
requirements.in
Outdated
@@ -20,7 +20,7 @@ factory-boy | |||
fakeredis | |||
freezegun | |||
https://github.com/codecov/opentelem-python/archive/refs/tags/v0.0.4a1.tar.gz#egg=codecovopentelem | |||
https://github.com/codecov/shared/archive/e944f586104a274032c7f547400f1cbcae3d4c7d.tar.gz#egg=shared | |||
https://github.com/codecov/shared/TBD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
depends on codecov/shared#335
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. 📢 Thoughts on this report? Let us know! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #769 +/- ##
===========================================
Coverage 96.14000 96.14000
===========================================
Files 812 812
Lines 18423 18423
===========================================
Hits 17712 17712
Misses 711 711
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Purpose/Motivation
Add additional file extensions to supported asset types in Bundle Analysis AssetReport. May cause step changes to stats as reports now count sizes of more files.
Paired with this PR: codecov/shared#335
Links to relevant tickets
Issue: codecov/engineering-team#2211