Skip to content

Commit bc4be6f

Browse files
authored
Update codecov.yml
1 parent dd06906 commit bc4be6f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/codecov.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Run tests and upload coverage
22

3-
on:
4-
push
3+
on:
4+
pull_request:
5+
branches:
6+
- develop-fe
7+
workflow_dispatch:
58

69
jobs:
710
test:
@@ -11,7 +14,7 @@ jobs:
1114
- name: Checkout
1215
uses: actions/checkout@v4
1316
with:
14-
fetch-depth: 2
17+
fetch-depth: 0
1518

1619
- name: Set up Node
1720
uses: actions/setup-node@v4
@@ -24,5 +27,3 @@ jobs:
2427

2528
- name: Upload results to Codecov
2629
uses: codecov/codecov-action@v5
27-
with:
28-
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)