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: apply license headers to all the source files #116

Merged
merged 3 commits into from
Jul 16, 2020

Conversation

feng-tao
Copy link
Member

Summary of Changes

Include a summary of changes then remove this line

Tests

What tests did you add or modify and why? If no tests were added or modified, explain why. Remove this line

Documentation

What documentation did you add or modify and why? Add any relevant links then remove this line

CheckList

Make sure you have checked all steps below to ensure a timely review.

  • PR title addresses the issue accurately and concisely. Example: "Updates the version of Flask to v1.0.2"
  • PR includes a summary of changes.
  • PR adds unit tests, updates existing unit tests, OR documents why no test additions or modifications are needed.
  • In case of new functionality, my PR adds documentation that describes how to use it.
    • All the public functions and the classes in the PR contain docstrings that explain what it does
  • PR passes make test

@codecov-commenter
Copy link

codecov-commenter commented Jul 16, 2020

Codecov Report

Merging #116 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #116   +/-   ##
=======================================
  Coverage   74.92%   74.92%           
=======================================
  Files          18       18           
  Lines         654      654           
  Branches       86       86           
=======================================
  Hits          490      490           
  Misses        135      135           
  Partials       29       29           
Impacted Files Coverage Δ
search_service/api/base.py 92.30% <ø> (ø)
search_service/api/dashboard.py 100.00% <ø> (ø)
search_service/api/document.py 80.00% <ø> (ø)
search_service/api/table.py 100.00% <ø> (ø)
search_service/api/user.py 40.00% <ø> (ø)
search_service/config.py 100.00% <ø> (ø)
search_service/exception.py 66.66% <ø> (ø)
search_service/models/base.py 72.72% <ø> (ø)
search_service/models/search_result.py 83.33% <ø> (ø)
search_service/models/tag.py 87.50% <ø> (ø)
... and 8 more

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 6ae8194...795fc61. Read the comment docs.

@feng-tao feng-tao merged commit 08a9b75 into master Jul 16, 2020
@feng-tao feng-tao deleted the tfeng_add_header branch July 16, 2020 18:44
jerryzhu2007 pushed a commit to kylg/amundsensearchlibrary that referenced this pull request Aug 20, 2020
* commit '5eb3c20c3d98e0563a00dcf632e42baa7ee81c15':
  chore: replace references to Lyft with Amundsen (amundsen-io#133)
  chore: fix docker push action (amundsen-io#132)
  chore: add docker publish action and remove travis (amundsen-io#131)
  chore: add pypi publish action (amundsen-io#130)
  ci: add dependabot config (amundsen-io#128)
  chore: apply license headers to all the source files (amundsen-io#116)
  chore: update the email for the project (amundsen-io#114)

# Conflicts:
#	README.md
#	setup.py
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