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

switch to vue-cli v3 #43

Merged
merged 4 commits into from
Mar 3, 2018
Merged

switch to vue-cli v3 #43

merged 4 commits into from
Mar 3, 2018

Conversation

maxpou
Copy link
Owner

@maxpou maxpou commented Mar 2, 2018

Remaining work:

  • fix tests
  • test build
  • check manifest.json + service worker
  • check regressions with lighthouse
  • adapt readme

Will close #41

@codecov
Copy link

codecov bot commented Mar 2, 2018

Codecov Report

Merging #43 into master will increase coverage by 37.18%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #43       +/-   ##
===========================================
+ Coverage   36.49%   73.68%   +37.18%     
===========================================
  Files          19       19               
  Lines         137      114       -23     
  Branches       22       10       -12     
===========================================
+ Hits           50       84       +34     
+ Misses         87       30       -57
Impacted Files Coverage Δ
src/components/RepoList.vue 100% <ø> (+100%) ⬆️
src/api/index.js 88.88% <100%> (ø)
src/components/MenuUserRepoList.vue 0% <0%> (ø) ⬆️
src/components/FileExplorer.vue 0% <0%> (ø) ⬆️
src/components/NotFound.vue 0% <0%> (ø) ⬆️
src/store/mutation-types.js 100% <0%> (ø) ⬆️
src/store/modules/navigator.js 100% <0%> (ø) ⬆️
src/store/index.js 100% <0%> (ø) ⬆️
src/store/modules/users.js 100% <0%> (ø) ⬆️
src/api/linkHeaderParser.js 100% <0%> (ø) ⬆️
... and 9 more

Continue to review full report at Codecov.

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

@maxpou maxpou merged commit 2379715 into master Mar 3, 2018
@maxpou maxpou deleted the vue-cli-3 branch March 30, 2018 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

upgrade vue test utils
1 participant