Skip to content

Commit fc57143

Browse files
authored
Update backend-ci.yml
1 parent 7740ebe commit fc57143

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/backend-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ jobs:
2222
run: |
2323
cd chartlets.py
2424
pytest
25+
26+
- name: Upload coverage reports to Codecov
27+
uses: codecov/codecov-action@v4
28+
with:
29+
verbose: true
30+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)