From 2c90ab8e042955805bdc13fc08d13cdd360b46b6 Mon Sep 17 00:00:00 2001 From: Chet Lintz Date: Thu, 22 May 2025 15:42:03 -0600 Subject: [PATCH 1/3] codecov --- codecov.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 From 1d91fedf4406f5c2c8a4edbcf9b84c956fa53475 Mon Sep 17 00:00:00 2001 From: Chet Lintz Date: Tue, 27 May 2025 10:01:47 -0600 Subject: [PATCH 2/3] add codecov step --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 From f78502f6f737d2d2fc45fc556943b3790889f753 Mon Sep 17 00:00:00 2001 From: Chet Lintz Date: Tue, 27 May 2025 10:22:39 -0600 Subject: [PATCH 3/3] correct target coverage percentage --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index c09b9bf..7d8469d 100644 --- a/codecov.yml +++ b/codecov.yml @@ -3,7 +3,7 @@ coverage: status: project: default: - target: 77.28% + target: 93.14% informational: false patch: default: