Skip to content

Commit

Permalink
Add codecov actions step
Browse files Browse the repository at this point in the history
  • Loading branch information
timesler-amazon committed Apr 3, 2023
1 parent 948c0c8 commit 78ec3ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ jobs:
python3 --version || python --version
echo "import tests.actions_test" > test.py
coverage run --source models,examples test.py && coverage report
codecov
coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

0 comments on commit 78ec3ec

Please sign in to comment.