diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 2439e5e..84b6c61 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -29,5 +29,5 @@ jobs: pip install .[dev] - name: Test with pytest run: pytest -v --cov=tclf --pyargs tclf - - name: Code coverage - run: codecov \ No newline at end of file + - name: Upload Coverage to Codecov + uses: codecov/codecov-action@v2 \ No newline at end of file