-
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, closes #1058 #1060
Conversation
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, then let's see how it behaves.
Thanks!! 😄
Thanks for the check. Yes I'd say let's see, if it always break I would try to fix it |
Weird I realise I don't see one change I did on this PR 🤔 |
Just confirmed and fixed via #1062 |
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
This is a follow up for #1059 branching from upstream to have access to the secrets