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

Added code coverage with badges for the same and for license #20

Merged
merged 1 commit into from
Jun 24, 2020

Conversation

tushartk
Copy link
Collaborator

@tushartk tushartk commented Jun 23, 2020

  • Added code coverage with the badge
  • Added license badge

- coverage run -m unittest

after_success:
- bash <(curl -s https://codecov.io/bash)
Copy link
Owner

Choose a reason for hiding this comment

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

Is this a standard practice :D
Download some shell script from the internet and execute it, every time? I don't care because it's Travis and not our own buildbot, but this looks weird to me. Generally not a good practice to do that.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yup, this is standard practice. On their website itself, this is mentioned.

@alex-petrenko alex-petrenko merged commit 090a142 into alex-petrenko:master Jun 24, 2020
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.

2 participants