From 9b1607ede3091a8ee3dfa7d03793edfc9cae6cbc Mon Sep 17 00:00:00 2001 From: Theodore Brown Date: Tue, 2 Jan 2024 10:51:11 -0600 Subject: [PATCH] Fix coverage includes --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f34ca42..e091866 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - run: npm run check - run: npm run lint - run: npm run build - - run: npm test -- --coverage + - run: npm test -- --coverage.enabled --coverage.include=src/lib/** - uses: coverallsapp/github-action@master with: