Closed mtrezza closed 3 months ago
I will reformat the title to use the proper commit message syntax.
Closes: #123
in the PR description, so I can recognize it.I will reformat the title to use the proper commit message syntax.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 66.45%. Comparing base (
83aec68
) to head (fdd9488
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I think code coverage is incorrectly configured in the gradle build, I opened index.html in parse/build/jacoco/jacocoHtml
and it looks like it is producing a 100% missed coverage.
Can you confirm this as well?
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 https://github.com/parse-community/Parse-SDK-Android/issues/1217 for that.
Nice Work, I'll definitely give them a look.
The tests were not executed hence no coverage.
If you meant the tests were not running locally, can you try changing AndroidStudio JDK to 11 and try with JUnitPlatform enabled?. With this approach Jacoco generates 0% coverage reports for me.
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.