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

ci: add license checker #1780

Merged
merged 5 commits into from
Apr 12, 2022
Merged

ci: add license checker #1780

merged 5 commits into from
Apr 12, 2022

Conversation

TennyZhuang
Copy link
Collaborator

Signed-off-by: TennyZhuang zty0826@gmail.com

What's changed and what's your intention?

Check license header in CI

Checklist

Refer to a related PR or issue link (optional)

Signed-off-by: TennyZhuang <zty0826@gmail.com>
Signed-off-by: TennyZhuang <zty0826@gmail.com>
Signed-off-by: TennyZhuang <zty0826@gmail.com>
Signed-off-by: TennyZhuang <zty0826@gmail.com>
@TennyZhuang TennyZhuang requested a review from skyzh April 12, 2022 06:44
.github/workflows/license_check.yml Show resolved Hide resolved
Signed-off-by: TennyZhuang <zty0826@gmail.com>
@TennyZhuang TennyZhuang enabled auto-merge (squash) April 12, 2022 06:50
@codecov
Copy link

codecov bot commented Apr 12, 2022

Codecov Report

Merging #1780 (9f81dee) into main (e6dd2bf) will increase coverage by 0.05%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1780      +/-   ##
==========================================
+ Coverage   71.29%   71.35%   +0.05%     
==========================================
  Files         605      605              
  Lines       78599    78689      +90     
==========================================
+ Hits        56039    56150     +111     
+ Misses      22560    22539      -21     
Flag Coverage Δ
rust 71.35% <ø> (+0.05%) ⬆️

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

Impacted Files Coverage Δ
src/sqlparser/src/keywords.rs 100.00% <0.00%> (ø)
src/frontend/src/scheduler/execution/query.rs 0.00% <0.00%> (ø)
src/frontend/src/scheduler/execution/stage.rs 0.00% <0.00%> (ø)
src/sqlparser/src/parser.rs 92.54% <0.00%> (+0.01%) ⬆️
src/frontend/src/test_utils.rs 69.87% <0.00%> (+0.95%) ⬆️
src/sqlparser/src/ast/mod.rs 86.74% <0.00%> (+1.09%) ⬆️
src/frontend/src/handler/mod.rs 41.02% <0.00%> (+3.52%) ⬆️
src/frontend/src/catalog/root_catalog.rs 77.86% <0.00%> (+5.89%) ⬆️
src/utils/pgwire/src/types.rs 62.50% <0.00%> (+6.25%) ⬆️
src/frontend/src/catalog/schema_catalog.rs 81.94% <0.00%> (+7.36%) ⬆️
... and 2 more

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@TennyZhuang TennyZhuang merged commit 3df0e46 into main Apr 12, 2022
@TennyZhuang TennyZhuang deleted the ci/add-license-checker-action branch April 12, 2022 07:06
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.

None yet

2 participants