Skip to content

Commit 545f02f

Browse files
authored
Update backend-ci.yml
1 parent c67f3f3 commit 545f02f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/backend-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ jobs:
2121
shell: bash -l {0}
2222
run: |
2323
cd chartlets.py
24-
pytest
24+
pytest --cov=chartlets.py --cov-report=xml
2525
2626
- name: Upload coverage reports to Codecov
2727
uses: codecov/codecov-action@v4
2828
with:
29+
directory: chartlets.py/
2930
verbose: true
3031
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)