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 086fe62Copy full SHA for 086fe62
.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=. --cov-report=term-missing --cov-report=xml
254
255
- name: Upload results to Codecov
256
uses: codecov/codecov-action@v4
@@ -266,3 +266,4 @@ jobs:
266
with:
267
token: ${{ secrets.CODECOV_TOKEN }}
268
slug: os-fpga/rapid_power_estimator
269
+ files: ./coverage.xml,./coverage/lcov.info
0 commit comments