Skip to content

Commit 78ec3ec

Browse files
Add codecov actions step
1 parent 948c0c8 commit 78ec3ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-3.10.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ jobs:
3030
python3 --version || python --version
3131
echo "import tests.actions_test" > test.py
3232
coverage run --source models,examples test.py && coverage report
33-
codecov
33+
coverage xml
34+
- name: Upload coverage to Codecov
35+
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)