Skip to content

Commit c418561

Browse files
authored
fix: add codecov token to github action (#186)
1 parent 37892e0 commit c418561

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
name: test
22

3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.ref }}
5+
cancel-in-progress: true
6+
37
on:
48
push:
9+
paths-ignore:
10+
- '**.md'
511
pull_request:
12+
paths-ignore:
13+
- '**.md'
614

715
jobs:
816
test:
@@ -37,4 +45,5 @@ jobs:
3745
uses: codecov/codecov-action@v4
3846
if: success()
3947
with:
48+
token: ${{ secrets.CODECOV_TOKEN }}
4049
file: ./coverage/clover.xml

0 commit comments

Comments
 (0)