Kaynağa Gözat

Make coverage report in XML for codecov

Thomas Kluyver 4 ay önce
ebeveyn
işleme
90f0674c54
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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