generated from seqan/app-template
-
Notifications
You must be signed in to change notification settings - Fork 18
/
.codecov.yml
26 lines (23 loc) · 1.13 KB
/
.codecov.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# SPDX-FileCopyrightText: 2006-2024, Knut Reinert & Freie Universität Berlin
# SPDX-FileCopyrightText: 2016-2024, Knut Reinert & MPI für molekulare Genetik
# SPDX-License-Identifier: CC0-1.0
# See https://docs.codecov.io/docs/codecovyml-reference
codecov:
token: 493cd34e-2543-4e61-b7a8-da2c0bc62fb9
require_ci_to_pass: no # codecov reports its results independent of whether CI passed
notify:
wait_for_ci: no # codecov has not to wait until the CI is finished to post its results
coverage:
status:
project: # project is the overall code coverage of the whole codebase
default:
if_ci_failed: success # per default, codecov would fail if any CI fails
informational: true # the codecov/patch status is never "fail"
patch: # patch is the code-coverage of the changed lines in the PR and often reports false positives
default:
if_ci_failed: success # per default, codecov would fail if any CI fails
informational: true # the codecov/patch status is never "fail"
only_pulls: true # only post codecov/patch status on PRs
parsers:
cobertura:
partials_as_hits: true