diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1f8caf806..e19f85d43 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,3 +27,8 @@ jobs: run: cd tests && coverage run --source=../dpdata -m unittest && cd .. && coverage combine tests/.coverage && coverage report - name: Run codecov uses: codecov/codecov-action@v3 + pass: + needs: [build] + runs-on: ubuntu-latest + steps: + - run: echo "All jobs passed"