diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a265d6..750ef86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,4 +35,4 @@ jobs: run: mypy runcycles - name: Run tests with coverage - run: pytest --cov runcycles --cov-fail-under=85 + run: pytest