You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ref PingCAP-QE/ci#2171, close#6667
ci: add configuration fileds to codecov.yaml
- `ignore`: ignore integration test cases or tools paths.
- `flags`: to split static for unit and integration testing.
- `comment`: add `flags` section in comments.
Signed-off-by: wuhuizuo <[email protected]>
ref #6667
Given that a significant portion of the PD code test is dependent on the integration tests,
which are essential for covering certain code scenarios, such as the testing of the `mcs` pkg
that specifically requires integration with an actual PD cluster, it becomes imperative to factor
these aspects into the codecov analysis.
This PR modifies the `codecov.yml` file to exclude solely the tool tests from the coverage analysis.
Signed-off-by: JmPotato <[email protected]>
Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
Development Task
codecov.yaml
to separate unit and integration testing coverage.tests
dir, it's for integration tests.Ref:
The text was updated successfully, but these errors were encountered: