-
Notifications
You must be signed in to change notification settings - Fork 506
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
Setup coverage testing #1058
Labels
Comments
AndreMiras
added a commit
to AndreMiras/buildozer
that referenced
this issue
Apr 10, 2020
Also enables report to coveralls.io via GitHub Action.
AndreMiras
added a commit
to AndreMiras/buildozer
that referenced
this issue
Apr 10, 2020
Also enables report to coveralls.io via GitHub Action.
AndreMiras
added a commit
to AndreMiras/buildozer
that referenced
this issue
Apr 10, 2020
Also enables report to coveralls.io via GitHub Action. Note the `COVERALLS_REPO_TOKEN` was setup via: https://github.com/kivy/buildozer/settings/secrets
AndreMiras
added a commit
to AndreMiras/buildozer
that referenced
this issue
Apr 10, 2020
Also enables report to coveralls.io via GitHub Action. Note the `COVERALLS_REPO_TOKEN` was setup via: https://github.com/kivy/buildozer/settings/secrets And is accessible for repos admin via: https://coveralls.io/github/kivy/buildozer
AndreMiras
added a commit
to AndreMiras/buildozer
that referenced
this issue
Apr 10, 2020
Also enables report to coveralls.io via GitHub Action. Note the `COVERALLS_REPO_TOKEN` was setup via: https://github.com/kivy/buildozer/settings/secrets And is accessible for repos admin via: https://coveralls.io/github/kivy/buildozer However this doesn't seem available on pull requests for security reasons hence only trigger on push to master.
AndreMiras
added a commit
that referenced
this issue
Apr 10, 2020
Setup coverage testing, closes #1058
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We want to have an idea of the project test coverage. Increasing the coverage should help avoiding trivial issues like #1045
Ideally the coverage test would be hooked with an online service like https://coveralls.io/
The text was updated successfully, but these errors were encountered: