-
Notifications
You must be signed in to change notification settings - Fork 14
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
feature/calculate coverage for all files #801
Conversation
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.
There are accessibility issues in these changes.
Codecov Report
@@ Coverage Diff @@
## develop #801 +/- ##
===========================================
+ Coverage 84.55% 84.99% +0.44%
===========================================
Files 92 114 +22
Lines 1068 1133 +65
Branches 178 178
===========================================
+ Hits 903 963 +60
- Misses 160 165 +5
Partials 5 5
Continue to review full report at Codecov.
|
❤️ I have deployed this pull-request for you: Docs: http://docs.801.nuxt.schul-cloud.surge.sh |
Issue
As I just found out, text coverage can not be collected for vue files without a data property.
vuejs/vue-jest#32
Description
The solution is, to add (an empty) data attribute to all components