diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7565092e..ab740533 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,5 +21,5 @@ jobs: if: matrix.sequelize-version == null - run: npm run test -- --coverage - name: Coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 if: matrix.node-version == '14.x' && matrix.sequelize-version == null