diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index a3a3420de..e26fd96de 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -1,3 +1,3 @@ docker: image: gcr.io/repo-automation-bots/owlbot-nodejs:latest - digest: sha256:f93bb861d6f12574437bb9aee426b71eafd63b419669ff0ed029f4b7e7162e3f + digest: sha256:b94b09fb24bf804090b8cc60ee726ca161d5e5915151e417f8ef5d8bcfe73cbc diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 891c92531..dbcdc7ce7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,11 +24,6 @@ jobs: - run: rm -rf node_modules - run: npm install - run: npm test - - name: coverage - uses: codecov/codecov-action@v1 - with: - name: actions ${{ matrix.node }} - fail_ci_if_error: false windows: runs-on: windows-latest steps: @@ -38,11 +33,6 @@ jobs: node-version: 14 - run: npm install - run: npm test - - name: coverage - uses: codecov/codecov-action@v1 - with: - name: actions windows - fail_ci_if_error: false lint: runs-on: ubuntu-latest steps: