Skip to content

Commit 7397ff1

Browse files
Add codecov.yml
Signed-off-by: Keval Morabia <[email protected]>
1 parent c7300fc commit 7397ff1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/codecov.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Allow atmost 5% coverage drop from main branch.
2+
coverage:
3+
status:
4+
project:
5+
default:
6+
target: auto
7+
threshold: 5%
8+
patch: false

.github/workflows/gpu_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
# Cancel previous runs if new commit is pushed to the same PR
1616
concurrency:
17-
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
17+
group: ${{ github.workflow }}-${{ github.ref }}
1818
cancel-in-progress: true
1919

2020
jobs:

0 commit comments

Comments
 (0)