فهرست منبع

Make coverage report in XML for codecov

Thomas Kluyver 4 ماه پیش
والد
کامیت
90f0674c54
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