Skip to content

Commit

Permalink
Simplify codecov config
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Dec 3, 2024
1 parent 0316133 commit 331b0a9
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------------
# Copyright (C) British Crown (Met Office) & Contributors.
#
Expand All @@ -23,8 +22,7 @@
# which branch to monitor and whether wait for ci success
codecov:
branch: master
notify:
require_ci_to_pass: yes
max_report_age: 5d

# define the colour bar limits here
coverage:
Expand All @@ -42,23 +40,13 @@ coverage:
threshold: '5%'
patch:
default:
# basic
target: '75%'
threshold: '5%'
base: auto
# advanced
branches: null
if_no_uploads: error
if_not_found: success
if_ci_failed: error
only_pulls: false
flags: null
paths: null
changes: no

# files to ignore
ignore:
- "metomi/isodatetime/tests*"

# turn off comments to pull requests
comment: off
comment: false

0 comments on commit 331b0a9

Please sign in to comment.