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

blui 5050 add github cicd #836

Merged
merged 4 commits into from
Feb 1, 2024
Merged

blui 5050 add github cicd #836

merged 4 commits into from
Feb 1, 2024

Conversation

JeffGreiner-eaton
Copy link
Collaborator

@JeffGreiner-eaton JeffGreiner-eaton commented Jan 31, 2024

Fixes BLUI-5050.

Changes proposed in this Pull Request:

  • Remove circleCI config
  • Update codecov report metric for PR and info
  • Add CI Run workflow with:
    -- prettier & lint
    -- unit test
    -- build library
    --test artifacts
    --npm pack
    --build showcase
    --build react dev docs
    --deploy dev docs(dev) (this step is skipped during a pull request)
    --deploy dev docs(prod) (this step is skipped during a pull request)
    --publish (this step is skipped during a pull request)

Screenshots / Screen Recording (if applicable)

To Test:

  • do fresh clone of repo and checkout branch
  • make a small change to readme (revert after test)
  • commit changes
  • click actions tab above here in github
  • click on CI Run in left navigation panel
  • On pull request everything runs and we skip both deployments and publish steps until its merged to dev or master branches

Any specific feedback you are looking for?

@github-actions github-actions bot added the brightlayer-ui Used to identify Brightlayer UI platform issues for easy filtering label Jan 31, 2024
Copy link

codecov bot commented Jan 31, 2024

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (73b4ea3) 83.77% compared to head (5fd04ea) 84.03%.
Report is 442 commits behind head on dev.

Files Patch % Lines
...core/InfoListItem/InfoListItemStyledComponents.tsx 50.00% 1 Missing and 1 partial ⚠️
.../src/core/Drawer/DrawerRailItem/DrawerRailItem.tsx 66.66% 1 Missing ⚠️
components/src/core/ToolbarMenu/ToolbarMenu.tsx 90.00% 1 Missing ⚠️
components/src/core/UserMenu/UserMenu.tsx 87.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #836      +/-   ##
==========================================
+ Coverage   83.77%   84.03%   +0.25%     
==========================================
  Files          58       58              
  Lines        1233     1234       +1     
  Branches      161      158       -3     
==========================================
+ Hits         1033     1037       +4     
+ Misses         99       98       -1     
+ Partials      101       99       -2     
Flag Coverage Δ
unittests 84.03% <93.67%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Jan 31, 2024

Visit the preview URL for this PR (updated for commit 5fd04ea):

https://blui-react-docs--pr836-feature-blui-5050-ci-9747h0db.web.app

(expires Sat, 03 Feb 2024 18:11:07 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 34d39fa5aab0ea0cf95074e8e76f68829e7a8c65

@JeffGreiner-eaton JeffGreiner-eaton marked this pull request as ready for review February 1, 2024 18:11
@joebochill joebochill merged commit b5dc5b6 into dev Feb 1, 2024
14 of 15 checks passed
@joebochill joebochill deleted the feature/blui-5050-ci-cd-action branch February 1, 2024 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
brightlayer-ui Used to identify Brightlayer UI platform issues for easy filtering
Development

Successfully merging this pull request may close these issues.

2 participants