We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c77b5 commit c0d1b0bCopy full SHA for c0d1b0b
.github/workflows/rpe_test.yml
@@ -250,7 +250,7 @@ jobs:
250
- name: Run pytest with Codecov
251
run: |
252
source venv/bin/activate
253
- python3 -m pytest --cov=. --cov-report=term-missing
+ python3 -m pytest --cov=src --cov=backend --cov=tests --cov-report=term-missing
254
255
- name: Upload results to Codecov
256
uses: codecov/codecov-action@v4
@@ -259,7 +259,7 @@ jobs:
259
slug: os-fpga/rapid_power_estimator
260
261
- name: Run npm test with Codecov
262
- run: npm test
+ run: npm test -- --coverage
263
264
265
0 commit comments