🛠 Tooling: Code coverage is underreported? #692
Labels
area: tooling
Managing the repository's maintenance
status: accepting prs
Please, send a pull request to resolve this!
type: bug
Something isn't working :(
Bug Report Checklist
main
branch of the repository.Overview
Right now, this package uses Codecov to store and track code coverage from tests over time. Test coverage is merged in Codecov between:
--coverage
, with itsistanbul
providerc8
c8
c8
When I view the
coverage/index.html
generated bypnpm run test run --coverage
locally, it shows many lines of many files covered. For example,src/shared/doesRepositoryExist.ts
is marked as fully covered:However, when I view
src/shared/doesRepositoryExist.ts
in Codecov, many lines are marked as uncovered:What's going on here? Is it that the coverage providers are different?
Additional Info
No response
The text was updated successfully, but these errors were encountered: