Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
redhog authored Oct 29, 2023
1 parent 0b73ef4 commit 1d1a091
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
- name: Test with nose2
run: |
nose2 --coverage-report=xml --with-coverage --plugin nose2.plugins.junitxml --junit-xml -v -s tests
- name: JUnit version fix
run: |
{ echo '<?xml version="1.0" encoding="UTF-8"?>'; echo '<testsuites time="15.682687">'; cat nose2-junit.xml; echo '</testsuites>'; } > x
mv x nose2-junit.xml
- name: Generate badges
uses: gaelgirodon/ci-badges-action@v1
with:
Expand Down

0 comments on commit 1d1a091

Please sign in to comment.