-
-
Notifications
You must be signed in to change notification settings - Fork 735
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
ci: add API docs workflow #1110
ci: add API docs workflow #1110
Conversation
Locally javadoc gen currently fails with:
But it builds after removing GCM module; let's try again after #1091 |
Codecov Report
@@ Coverage Diff @@
## master #1110 +/- ##
=========================================
Coverage 65.06% 65.06%
Complexity 2208 2208
=========================================
Files 122 122
Lines 9463 9463
Branches 1317 1317
=========================================
Hits 6157 6157
Misses 2799 2799
Partials 507 507 Continue to review full report at Codecov.
|
Failed because this dependency is available only on the deprecated JCenter repository. You can bring it back in order to have this proceed. https://mvnrepository.com/artifact/com.firebase/firebase-jobdispatcher/0.8.6 Just add:
|
It works locally after removing the GCM, so I‘ll just wait for the other PR to get merged. |
javadoc generation when pushing to
master
branchrelated: #1059