Skip to content

Commit 2a7cdfb

Browse files
authored
Update codecov.yml
1 parent 5855064 commit 2a7cdfb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codecov.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ jobs:
1515
uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
18-
path: moadong/Moadong/frontend
18+
path: frontend
1919

2020
- name: Set up Node
2121
uses: actions/setup-node@v4
2222
with:
2323
node-version: 22.12.0
2424

2525
- name: Install dependencies
26-
working-directory: moadong/Moadong/frontend
26+
working-directory: frontend
2727
run: npm install
2828

2929
- name: Run tests
30-
working-directory: moadong/Moadong/frontend
30+
working-directory: frontend
3131
run: npx jest --coverage
3232

3333
- name: Upload results to Codecov

0 commit comments

Comments
 (0)