Browse Source

Make coverage report in XML for codecov

Thomas Kluyver 4 months ago
parent
commit
90f0674c54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

@@ -22,7 +22,7 @@ jobs:
           pip install tox tox-gh-actions
 
       - name: Run tests
-        run: tox -- -v
+        run: tox -- -v --cov-report=xml
 
       - name: Codecov upload
         uses: codecov/codecov-action@v3