diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 00000000..ed2535bc --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,10 @@ +comment: off + +coverage: + status: + patch: + default: + target: 100% + project: + default: + target: 100% diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 77268191..002d56a3 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -45,7 +45,7 @@ jobs: - name: run tests run: yarn cover - uses: codecov/codecov-action@v1 - if: ${{ matrix.html-plugin-version == 4 }} + if: ${{ always() }} test-os: name: Test on ${{ matrix.os }} using Node.js LTS strategy: