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

Chore: CI for nightly build #68

Merged
merged 6 commits into from
Sep 21, 2022
Merged

Chore: CI for nightly build #68

merged 6 commits into from
Sep 21, 2022

Conversation

oscar60310
Copy link
Contributor

@oscar60310 oscar60310 commented Sep 8, 2022

Closes #53

I've set a trigger for nightly build at 23:00 CST
image

We can also trigger builds via API with parameter workflow_name = nightly build

Note

This PR is done, but waiting for the credentials updated. cc @wwwy3y3 (Done)

  • Read/Write deploy key
  • NPM token with publish access

@oscar60310 oscar60310 linked an issue Sep 8, 2022 that may be closed by this pull request
@oscar60310 oscar60310 force-pushed the chore/nightly-build branch 11 times, most recently from f9df636 to 505303f Compare September 13, 2022 03:40
@oscar60310 oscar60310 requested a review from kokokuo September 13, 2022 03:40
@oscar60310 oscar60310 changed the title [WIP] Chore: CI for nightly build Chore: CI for nightly build Sep 13, 2022
@oscar60310 oscar60310 marked this pull request as ready for review September 13, 2022 03:41
@codecov-commenter
Copy link

codecov-commenter commented Sep 13, 2022

Codecov Report

Base: 92.64% // Head: 92.61% // Decreases project coverage by -0.03% ⚠️

Coverage data is based on head (00600eb) compared to base (54b5ee0).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #68      +/-   ##
===========================================
- Coverage    92.64%   92.61%   -0.04%     
===========================================
  Files          224      224              
  Lines         3102     3102              
  Branches       360      361       +1     
===========================================
- Hits          2874     2873       -1     
  Misses         166      166              
- Partials        62       63       +1     
Flag Coverage Δ
build 94.87% <ø> (ø)
cli 90.95% <100.00%> (-0.48%) ⬇️
core 93.46% <ø> (ø)
extension-dbt 97.43% <ø> (ø)
extension-debug-tools 98.11% <ø> (ø)
extension-driver-duckdb 100.00% <ø> (ø)
integration-testing 95.00% <ø> (ø)
serve 88.78% <ø> (ø)
test-utility ∅ <ø> (∅)

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

Impacted Files Coverage Δ
packages/cli/src/cli.ts 95.83% <ø> (ø)
packages/cli/src/commands/serve.ts 96.00% <100.00%> (-4.00%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@oscar60310 oscar60310 changed the base branch from feature/docker-cli to develop September 13, 2022 10:52
Copy link
Contributor

@kokokuo kokokuo left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@kokokuo kokokuo merged commit 1010f14 into develop Sep 21, 2022
@kokokuo kokokuo deleted the chore/nightly-build branch September 21, 2022 07:28
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.

CI for nightly builds
3 participants