-
-
Notifications
You must be signed in to change notification settings - Fork 736
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: Fix codecov not reporting #1216
Conversation
I will reformat the title to use the proper commit message syntax. |
Thanks for opening this pull request!
|
I will reformat the title to use the proper commit message syntax. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1216 +/- ##
=============================================
+ Coverage 0.00% 66.45% +66.45%
- Complexity 0 2275 +2275
=============================================
Files 124 124
Lines 10076 10076
Branches 1359 1359
=============================================
+ Hits 0 6696 +6696
+ Misses 10076 2845 -7231
- Partials 0 535 +535 ☔ View full report in Codecov by Sentry. |
I haven't tested this locally, but that may be what is causing the 0 coverage. |
@abubkr-hago Good news, I got the coverage report working. The tests were not executed hence no coverage. Bad news, 9 tests are failing. Would you want to look into how to fix them? It doesn't seem to be anything major, only test-internal things. I've opened #1217 for that. |
Nice Work, I'll definitely give them a look. |
If you meant the tests were not running locally, can you try changing AndroidStudio JDK to 11 and try with JUnitPlatform enabled?. |
New Pull Request Checklist
Issue Description
Codecov not reporting, see:
https://github.com/parse-community/Parse-SDK-Android/actions/runs/10430424460/job/28890986911?pr=1213
Approach
Fix codecov.