Skip to content

Commit c0d1b0b

Browse files
committed
coverage improvement on codecov
1 parent b0c77b5 commit c0d1b0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rpe_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
- name: Run pytest with Codecov
251251
run: |
252252
source venv/bin/activate
253-
python3 -m pytest --cov=. --cov-report=term-missing
253+
python3 -m pytest --cov=src --cov=backend --cov=tests --cov-report=term-missing
254254
255255
- name: Upload results to Codecov
256256
uses: codecov/codecov-action@v4
@@ -259,7 +259,7 @@ jobs:
259259
slug: os-fpga/rapid_power_estimator
260260

261261
- name: Run npm test with Codecov
262-
run: npm test
262+
run: npm test -- --coverage
263263

264264
- name: Upload results to Codecov
265265
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)