forked from TrueCloudLab/neoneo-go
6332d3604f
Let's keep the only coverage job, so that CircleCI and GithubAction coverage do not conflict with each other. Also, let's do not require all other tests to pass to report the coverage.
3 lines
162 B
YAML
3 lines
162 B
YAML
codecov:
|
|
require_ci_to_pass: no # We have several CI jobs that upload codecov results,
|
|
# and sometimes some of them may fail, it's OK.
|