-
Notifications
You must be signed in to change notification settings - Fork 10
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
Weak subjectivity #579
Weak subjectivity #579
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #579 +/- ##
========================================
Coverage 48.17% 48.17%
========================================
Files 117 117
Lines 2115 2115
Branches 231 231
========================================
Hits 1019 1019
Misses 1067 1067
Partials 29 29
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
# Conflicts: # src/renderer/ducks/beacon/sagas.ts
Codecov Report
@@ Coverage Diff @@
## develop #579 +/- ##
==========================================
Coverage ? 48.02%
==========================================
Files ? 117
Lines ? 2124
Branches ? 231
==========================================
Hits ? 1020
Misses ? 1075
Partials ? 29
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
@@ -30,7 +30,9 @@ jobs: | |||
run: yarn run test:unit && yarn run test:components | |||
|
|||
- name: Run e2e tests | |||
run: yarn run test:e2e | |||
run: | | |||
yarn add cheerio-select |
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.
eh?
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.
--frozen-lockfile
dose not install cheerio-select
even if is cheerio-select
part of package.json
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.
if it's in lockfile it must be installed
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.
I have no idea why, maybe you can figure it out?
Short description of work done
PR Checklist
Changes
Issues
Closes #576