How to see the code coverage of a new file in a PR?

I have this PR https://github.com/catalyticlabs/catalytic-sdk-java/pull/49 which adds some new files. I’d like to be able to view the code coverage of one of the new files in my PR to verify that i’ve added sufficient test coverage - specifically this file https://codecov.io/gh/catalyticlabs/catalytic-sdk-java/pull/49/src/src/main/java/org/catalytic/sdk/search/UsersWhere.java?before=src/main/java/org/catalytic/sdk/search/UsersWhere.java.

Since it’s a new file, CodeCov won’t show me the code coverage. How can I view the code coverage of new files in a PR to verify my test coverage is sufficient?

@toymachiner62, it’s actually rolled up on the report. If you click on the report you should be pushed to this page.

Searching for the file on the page UsersWhere.java, you should see

Clicking on the Click to load this diff will show coverage

1 Like