Closed allenwang-git closed 1 year ago
Hello, @allenwang-git! He had disabled the coverage tests a while back because they were flaky due to infrastructure issues, and because we didn't actually use the reports. Please see https://github.com/sematic-ai/sematic/pull/496.
I use
bazel test //sematic/tests/...
command after modify.bazrlrc
tocoverage --test_tag_filters=cov
and got such error:if I change it to
test --test_tag_filters=cov
than it can run//sematic/tests:test_*_coverage
targets successfully but only emptycoverage.dat
files generated. I'm wondering what's the correct way to generate coverage report for the tests.