diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5de1be08c7..baa2958795 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -152,7 +152,6 @@ jobs: - name: codecov uses: codecov/codecov-action@v1 - if: matrix.os == 'ubuntu-latest' && matrix.node == '10' with: token: ${{ secrets.CODECOV_TOKEN }} flags: unittests