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 4e47f7bCopy full SHA for 4e47f7b
.github/workflows/rpe_test.yml
@@ -250,7 +250,8 @@ 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
+ ls -l
255
256
- name: Upload results to Codecov
257
uses: codecov/codecov-action@v4
@@ -266,3 +267,4 @@ jobs:
266
267
with:
268
token: ${{ secrets.CODECOV_TOKEN }}
269
slug: os-fpga/rapid_power_estimator
270
+ files: ./coverage.xml,./coverage/lcov.info
0 commit comments