We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51aba66 commit f2658b9Copy full SHA for f2658b9
.github/workflows/python.yml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
pytest --cov=adnap --cov-report xml:coverage.xml
42
coverage report
43
- - name: upload coverage to Codecov
+ - name: Upload coverage to Codecov
44
uses: codecov/codecov-action@v3
45
with:
46
file: ./coverage.xml
README.md
@@ -1,2 +1,4 @@
1
# ADNAP
2
-Reverse engineer the Panda dynamics model.
+Reverse engineer the Panda dynamics model.
3
+
4
+[](https://codecov.io/gh/JeanElsner/adnap)
0 commit comments