We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 948c0c8 commit 78ec3ecCopy full SHA for 78ec3ec
.github/workflows/python-3.10.yml
@@ -30,4 +30,6 @@ jobs:
30
python3 --version || python --version
31
echo "import tests.actions_test" > test.py
32
coverage run --source models,examples test.py && coverage report
33
- codecov
+ coverage xml
34
+ - name: Upload coverage to Codecov
35
+ uses: codecov/codecov-action@v3
0 commit comments