diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5716b90..1a8854f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,4 +32,10 @@ jobs: run: yarn lint - name: Test - run: yarn test + run: yarn test --coverage + + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v5 + with: + token: ${{ secrets.CODECOV_TOKEN }} + slug: segmentio/fql-ts diff --git a/codecov.yml b/codecov.yml index e81a237..c09b9bf 100644 --- a/codecov.yml +++ b/codecov.yml @@ -3,7 +3,9 @@ coverage: status: project: default: - informational: true + target: 77.28% + informational: false patch: default: - informational: true \ No newline at end of file + target: 80% + informational: false \ No newline at end of file