diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3ffaefe..275d8e2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,4 +32,5 @@ jobs: - name: pytest run: | pytest - - uses: codecov/codecov-action@v1 + - name: Upload coverage to Codecov + uses: codecov/codecov-action@v1