-
Notifications
You must be signed in to change notification settings - Fork 915
Fix Travis build #2046
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
Fix Travis build #2046
Conversation
- Add static creds in test client to bypass the default credentials chain - Suppress false positive bug
@@ -172,6 +172,14 @@ | |||
<Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE"/> | |||
</Match> | |||
|
|||
<!-- See SpotBugs bug: https://github.com/spotbugs/spotbugs/issues/600, https://github.com/spotbugs/spotbugs/issues/756 --> |
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.
Note these bugs are fixed in SpotBugs but not yet released as of today: https://github.com/spotbugs/spotbugs/blob/0c8d6b180f175b3594b83bdd0cc6281ce7ef3e12/CHANGELOG.md#unreleased---2020--
Codecov Report
@@ Coverage Diff @@
## master #2046 +/- ##
============================================
+ Coverage 76.92% 77.26% +0.34%
- Complexity 225 226 +1
============================================
Files 1107 1134 +27
Lines 33507 34741 +1234
Branches 2573 2705 +132
============================================
+ Hits 25774 26844 +1070
- Misses 6453 6551 +98
- Partials 1280 1346 +66
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Kudos, SonarCloud Quality Gate passed!
|
…d9f1af6df Pull request: release <- staging/c4413edd-4531-42ea-935c-733d9f1af6df
Description
Motivation and Context
Fix Travis build.
Testing
Test build on Travis #2045
Screenshots (if appropriate)
Types of changes
Checklist
mvn install
succeedsLicense