Browse Source

Integrate CodeCov as change acceptance stage

As a rough measure to keep quality up we want to integrate our code
coverage tooling to the point where it is required for changes to be
merged.

Example taken from https://github.com/cosmos/voyager/blob/develop/codecov.yaml
pull/1247/head
Alexander Simmerl 6 years ago
parent
commit
458a40f74e
No known key found for this signature in database GPG Key ID: 4694E95C9CC61BDA
2 changed files with 16 additions and 26 deletions
  1. +0
    -26
      .codecov.yml
  2. +16
    -0
      codecov.yml

+ 0
- 26
.codecov.yml View File

@ -1,26 +0,0 @@
#
# This codecov.yml is the default configuration for
# all repositories on Codecov. You may adjust the settings
# below in your own codecov.yml in your repository.
#
coverage:
precision: 2
round: down
range: 70...100
status:
# Learn more at https://codecov.io/docs#yaml_default_commit_status
project:
default:
threshold: 1% # allow this much decrease on project
changes: false
comment:
layout: "header, diff"
behavior: default # update if exists else create new
ignore:
- "docs"
- "*.md"
- "*.rst"

+ 16
- 0
codecov.yml View File

@ -0,0 +1,16 @@
coverage:
precision: 2
round: down
range: "70...100"
status:
project: on
patch: on
changes: off
comment:
layout: "diff, files"
behavior: default
require_changes: no
require_base: no
require_head: yes

Loading…
Cancel
Save