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

fix(build): issues/34 dotenv restructure, correct locale path #54

Merged
merged 1 commit into from
Jul 25, 2019

Conversation

cdcabrera
Copy link
Member

@cdcabrera cdcabrera commented Jul 24, 2019

What's included

  • fix(build): issues/34 dotenv restructure, correct locale path
    • build, dotenv restructure towards .env as primary config
    • build, locale path fixed
    • router, minor path update for primary view

How to test

Coverage and basic unit test check

  1. update the NPM packages with $ yarn
  2. $ yarn test

Test the build output

  1. update the NPM packages with $ yarn

  2. $ unset BRANCH; yarn build
    Screen Shot 2019-07-24 at 1 14 25 PM

  3. then on the build directory you can do a quick search on the build output to confirm the paths DO NOT start with /beta/apps

    • $ grep -roi "\"/beta/apps" ./build

Test the build output with the ci-beta branch

  1. update the NPM packages with $ yarn

  2. $ export BRANCH=ci-beta; yarn build
    Screen Shot 2019-07-24 at 5 32 38 PM

  3. then on the build directory you can do a quick search on the build output to confirm the paths DO start with /beta/apps

    • $ grep -roi "\"/beta/apps" ./build

Example

...

Updates issue/story

Updates #34

@codecov-io
Copy link

codecov-io commented Jul 24, 2019

Codecov Report

Merging #54 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #54   +/-   ##
=======================================
  Coverage   86.68%   86.68%           
=======================================
  Files          23       23           
  Lines         293      293           
  Branches       60       60           
=======================================
  Hits          254      254           
  Misses         31       31           
  Partials        8        8
Impacted Files Coverage Δ
src/components/router/routerTypes.js 100% <ø> (ø) ⬆️

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 a9c63db...7392b50. Read the comment docs.

@cdcabrera cdcabrera changed the title WIP fix(build): issues/34 dotenv restructure, correct locale path fix(build): issues/34 dotenv restructure, correct locale path Jul 24, 2019
@cdcabrera cdcabrera requested a review from priley86 July 24, 2019 21:31
Copy link
Contributor

@priley86 priley86 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tested the criteria above, looks good!

* build, dotenv restructure towards .env as primary config
* build, locale path fixed
* router, minor path update for primary view
@cdcabrera cdcabrera merged commit bc6aecb into RedHatInsights:master Jul 25, 2019
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.

3 participants