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

configure coveralls for test workflow #55

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

hirenchalodiya1
Copy link
Member

@hirenchalodiya1 hirenchalodiya1 commented Dec 20, 2019

Description

  • Added branch flag in coverage command
  • Removed source flag in coverage command

Type of Change:

  • Quality Assurance
  • Test

Checklist:

  • My PR follows the style guidelines of this project
  • Any dependent changes have been merged
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective
  • New and existing unit tests pass locally with my changes

TODO:

  • For checks to be passed, add COVERALLS_REPO_TOKEN to GitHub secrets.

hirenchalodiya1 and others added 4 commits December 20, 2019 16:13
- add branch flag in coverage command
- remove source flag in coverage command (already defined in .coveragerc file)
- add coveralls steps in tests workflow
- need to setup COVERALLS_REPO_TOKEN in github secrets
- coverage 5.0 version generates `.coverage` as Sqlite database while coveralls 1.9.2 version require `.coverge` file as coverage 4.x.x version
@hirenchalodiya1 hirenchalodiya1 changed the title add branch flag in coverage commad configure coveralls for test workflow Dec 24, 2019
add codecov in travis CI pipline as it don't required token for it.
- remove branch coverage from `if __name__ == "__main__"` line
- remove additional pragmas from manage.py file
- add new line at end of `.coveragerc` file
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.

1 participant