diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 76c725eb78a21b07e1797f017e925d5cb0f86326..8705a04cfcb289bbed35204350f9972b6a4945df 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -6,8 +6,4 @@ jobs:
     runs-on: ubuntu-latest
     steps:
         - run: pip3 install -e . --no-deps
-        - run: pytest-3
-    coverage: '/^TOTAL.+?(\d+\%)$/'
-    artifacts:
-        paths:
-            - htmlcov/
\ No newline at end of file
+        - run: pytest-3
\ No newline at end of file