We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb53edc commit 81d98acCopy full SHA for 81d98ac
1 file changed
.github/workflows/test.yml
@@ -1,8 +1,16 @@
1
name: test
2
3
+concurrency:
4
+ group: ${{ github.workflow }}-${{ github.ref }}
5
+ cancel-in-progress: true
6
+
7
on:
8
push:
9
+ paths-ignore:
10
+ - '**.md'
11
pull_request:
12
13
14
15
jobs:
16
test:
@@ -60,4 +68,5 @@ jobs:
60
68
uses: codecov/codecov-action@v4
61
69
if: success()
62
70
with:
71
+ token: ${{ secrets.CODECOV_TOKEN }}
63
72
file: ./coverage/clover.xml
0 commit comments