Преглед изворни кода

Merge pull request #268 from takluyver/ci-cov-xml

Make coverage report in XML for codecov
Thomas Kluyver пре 4 месеци
родитељ
комит
c34f729327
1 измењених фајлова са 1 додато и 1 уклоњено
  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