diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f700bc3..412159f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,3 +22,4 @@ jobs: - name: Run Tests run: | yarn ci + npx codecov diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..1ff7a21 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,5 @@ +coverage: + status: + project: + default: + target: auto