Skip to content

Commit d6bcb12

Browse files
authored
Merge pull request #258 from metomi/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents f68d5fc + 331b0a9 commit d6bcb12

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

.codecov.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# ----------------------------------------------------------------------------
32
# Copyright (C) British Crown (Met Office) & Contributors.
43
#
@@ -23,8 +22,7 @@
2322
# which branch to monitor and whether wait for ci success
2423
codecov:
2524
branch: master
26-
notify:
27-
require_ci_to_pass: yes
25+
max_report_age: 5d
2826

2927
# define the colour bar limits here
3028
coverage:
@@ -42,23 +40,13 @@ coverage:
4240
threshold: '5%'
4341
patch:
4442
default:
45-
# basic
4643
target: '75%'
4744
threshold: '5%'
4845
base: auto
49-
# advanced
50-
branches: null
51-
if_no_uploads: error
52-
if_not_found: success
53-
if_ci_failed: error
54-
only_pulls: false
55-
flags: null
56-
paths: null
57-
changes: no
5846

5947
# files to ignore
6048
ignore:
6149
- "metomi/isodatetime/tests*"
6250

6351
# turn off comments to pull requests
64-
comment: off
52+
comment: false

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
uses: actions/download-artifact@v4
9191

9292
- name: Codecov upload
93-
uses: codecov/codecov-action@v4
93+
uses: codecov/codecov-action@v5
9494
with:
9595
name: ${{ github.workflow }}
9696
fail_ci_if_error: true

0 commit comments

Comments
 (0)