Make txtar
and Codecov play nice (upload coverage)
#3085
Labels
help wanted
Want to contribute? We recommend these issues.
Description
Currently, the monorepo has an abundance of
.txtar
testing suites, but the code they cover is never uploaded or made aware to Codecov, causing the CI to fail on some PRs even though there is coverage.This task involves making sure code covered with
.txtar
tests (which are ran from_test.go
files) is visible in Codecov.DoD:
.txtar
tests.txtar
code coverage is visible on the Codecov dashboardExample PR:
The text was updated successfully, but these errors were encountered: