avantifellows / quiz-frontend

A generic player for playing different types of content (questions, etc.) in a mobile-friendly webapp
GNU General Public License v3.0
3 stars 20 forks source link

updates thread loader #130

Closed suryabulusu closed 11 months ago

suryabulusu commented 11 months ago

See parallelization section of this link: https://www.npmjs.com/package/@vue/cli-plugin-babel

deploy_to_prod was throwing an error in vue-cli-plugin-babel. It seems github action machine has more than one core. We have disabled thread-loader by setting parallel: false

codecov[bot] commented 11 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (1f76777) 69.52% compared to head (163840c) 73.47%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #130 +/- ## ========================================== + Coverage 69.52% 73.47% +3.94% ========================================== Files 58 58 Lines 7422 7422 Branches 357 689 +332 ========================================== + Hits 5160 5453 +293 + Misses 2251 1958 -293 Partials 11 11 ``` | [Flag](https://app.codecov.io/gh/avantifellows/quiz-frontend/pull/130/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=avantifellows) | Coverage Δ | | |---|---|---| | [chrome](https://app.codecov.io/gh/avantifellows/quiz-frontend/pull/130/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=avantifellows) | `73.47% <ø> (+3.94%)` | :arrow_up: | | [ui](https://app.codecov.io/gh/avantifellows/quiz-frontend/pull/130/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=avantifellows) | `78.44% <ø> (?)` | | | [unittest](https://app.codecov.io/gh/avantifellows/quiz-frontend/pull/130/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=avantifellows) | `69.52% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=avantifellows#carryforward-flags-in-the-pull-request-comment) to find out more. [see 6 files with indirect coverage changes](https://app.codecov.io/gh/avantifellows/quiz-frontend/pull/130/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=avantifellows)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.