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?