Skip to content

Commit bfac51c

Browse files
authored
Ease CI requirements for go-verdiff and codecov (operator-framework#1955)
1) Remove path from now-required go-verdiff CI We're experiencing a weird behavior with this CI being required, and running only on certain paths. 2) Add a 2% threshold for codecov Signed-off-by: Todd Short <[email protected]>
1 parent 28a40f8 commit bfac51c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/go-verdiff.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: go-verdiff
22
on:
33
pull_request:
4-
paths:
5-
- '**.mod'
6-
- '.github/workflows/go-verdiff.yaml'
74
branches:
85
- main
96
jobs:

codecov.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ codecov:
55
# Configure the paths to include in coverage reports.
66
# Exclude documentation, YAML configurations, and test files.
77
coverage:
8+
status:
9+
project:
10+
default:
11+
target: auto
12+
threshold: 2%
813
paths:
914
- "api/"
1015
- "cmd/"

0 commit comments

Comments
 (0)