diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cbde58da..f9fc1ac2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,8 +33,5 @@ jobs: run: make all - name: Test - run: make test-cover - - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + run: make test \ No newline at end of file