-
Notifications
You must be signed in to change notification settings - Fork 337
Run coveralls using travis for PRs #44
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
Run coveralls using travis for PRs #44
Conversation
It doesn't seem as if this has worked - all the tests are failing because of Coveralls running. |
edf0c47
to
09889c6
Compare
Working now. +1 |
Let's merge it to unblock the CI? @SteadBytes @ziirish any thoughts? |
@SteadBytes @ziirish @j5awry I added travis to run the coveralls for PRs |
Running two separate CI builds seems overkill 😅 - but if it's a quick and temporary solution to this problem then I'm happy with it. Let's make sure this gets re-addressed soon 👍 Before merging can you please add a full explanation of this change in the commit message? 👍 |
sure |
Due to inability to use the COVERALLS_TOKEN secret for the PRs made from forks It's a temporary solution and will be replaced by Codecov when the tokenless upload is implemented: codecov/codecov-action#29
Temporary using Travis CI to run coveralls for PRs
6c930c1
to
771f69a
Compare
Or not... @ziirish |
Skipping the Coveralls step if action is run in a fork repo in the GitHub Actions
Using Travis to run the coveralls for PRs
Example: https://github.com/SVilgelm/flask-restx/runs/433679573?check_suite_focus=true
It's temporary solution until the codecov/codecov-action#29 is resolved