Skip to content

Commit fb4193d

Browse files
author
John Doe
committed
refactor: remove project and add scripts
1 parent bd07261 commit fb4193d

File tree

9 files changed

+1
-161
lines changed

9 files changed

+1
-161
lines changed

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: List packages using Nx CLI
2626
id: list-packages
2727
run: |
28-
matrix=$(node tools/codecov/src/bin.js)
28+
matrix=$(node tools/scripts/create-codecov-matrix.js)
2929
echo "matrix=$matrix" >> $GITHUB_OUTPUT
3030
outputs:
3131
matrix: ${{ steps.list-packages.outputs.matrix }}

tools/codecov/README.md

Lines changed: 0 additions & 73 deletions
This file was deleted.

tools/codecov/eslint.config.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

tools/codecov/project.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

tools/codecov/tsconfig.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

tools/codecov/tsconfig.lib.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

tools/codecov/tsconfig.test.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

tools/codecov/vitest.unit.config.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)