Skip to content

Commit

Permalink
Add coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanElsner committed Feb 23, 2023
1 parent 51aba66 commit f2658b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
pytest --cov=adnap --cov-report xml:coverage.xml
coverage report
- name: upload coverage to Codecov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# ADNAP
Reverse engineer the Panda dynamics model.
Reverse engineer the Panda dynamics model.

[![codecov](https://codecov.io/gh/JeanElsner/adnap/branch/main/graph/badge.svg?token=6GOKVDXZJ9)](https://codecov.io/gh/JeanElsner/adnap)

0 comments on commit f2658b9

Please sign in to comment.