Skip to content

Commit 19ffbc8

Browse files
committed
Enable test coverage reporting in CI workflow
Signed-off-by: Guido Scialfa <dev@guidoscialfa.com>
1 parent a0dae0e commit 19ffbc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/js-qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: yarn lint:test
3636

3737
- name: Execute Tests
38-
run: yarn test
38+
run: yarn test --coverage
3939

4040
- name: Upload coverage reports to Codecov
4141
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)