-
Notifications
You must be signed in to change notification settings - Fork 143
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
Only run integration tests on master. #277
Conversation
This pr obviously doesn't change build logic so something seems to have made the build red, guessing unpinned dependencies. @srprash @lupengamzn is it something you could look at? |
Can we also change the branch name to "main"? Remove non-inclusive wording if you see it :) |
Github has added support for renaming relatively smoothly, including migrating open PRs, it's just the workflows that may need to be updated. It's probably a good time to go ahead and do it for all our repos indeed. |
SQLAlchemy tests are failing due to some changes in the latest version of the library. We would need to pin its version for some of the python version tests. @lupengamzn is taking a look. |
The issue should be fixed now by pinning the version of SQLAlchemy and Flask-SQLAlchemy for test. |
Codecov Report
@@ Coverage Diff @@
## master #277 +/- ##
=======================================
Coverage 79.58% 79.58%
=======================================
Files 83 83
Lines 3277 3277
=======================================
Hits 2608 2608
Misses 669 669 Continue to review full report at Codecov.
|
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.