Skip to content

Commit b03a416

Browse files
authored
Update codecov config (#85)
* Update frontend-ci.yml * Update backend-ci.yml
1 parent 889033a commit b03a416

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/backend-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- name: Upload coverage reports to Codecov
2727
uses: codecov/codecov-action@v4
2828
with:
29-
directory: chartlets.py/
29+
directory: chartlets.py/coverage/
30+
flags: backend
3031
verbose: true
3132
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/frontend-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
- name: Upload coverage reports for lib to Codecov
4141
uses: codecov/codecov-action@v4
4242
with:
43-
directory: chartlets.js/packages/lib/
43+
directory: chartlets.js/packages/lib/coverage/
44+
flags: frontend
4445
verbose: true
4546
token: ${{ secrets.CODECOV_TOKEN }}
4647

0 commit comments

Comments
 (0)