Skip to content

Commit 8829106

Browse files
authored
Merge pull request #3368 from willie-yao/add-codecov-to-pr
Run codecov job on every PR with threshold of 1%
2 parents 93443fa + f9d0b8c commit 8829106

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/codecov.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
target: auto
6+
threshold: 1%
7+
informational: true

.github/workflows/cover.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
name: codecov
44
on:
5+
pull_request:
56
push:
67
branches:
78
- main

0 commit comments

Comments
 (0)