🌱 add license checker in workflow#117
🌱 add license checker in workflow#117koordinator-bot[bot] merged 1 commit intokoordinator-sh:mainfrom jasonliu747:license
Conversation
Codecov Report
@@ Coverage Diff @@
## main #117 +/- ##
===========================================
+ Coverage 44.19% 54.34% +10.15%
===========================================
Files 73 77 +4
Lines 5965 7277 +1312
===========================================
+ Hits 2636 3955 +1319
+ Misses 3036 2972 -64
- Partials 293 350 +57
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Signed-off-by: Jason Liu <jasonliu747@gmail.com>
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hormes The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Ⅰ. Describe what this PR does
This PR will check whether the license headers are included in the source code files. So reviewer won't need to verify it one by one. CI will fail if the license header is missing.
Ⅳ. Special notes for reviews
Blocked by #116