We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7300fc commit 7397ff1Copy full SHA for 7397ff1
.github/codecov.yml
@@ -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
@@ -14,7 +14,7 @@ on:
14
15
# Cancel previous runs if new commit is pushed to the same PR
16
concurrency:
17
- group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
+ group: ${{ github.workflow }}-${{ github.ref }}
18
cancel-in-progress: true
19
20
jobs:
0 commit comments