diff --git a/.github/workflows/tests-ci.yml b/.github/workflows/tests-ci.yml index 5a90ebb3d..031ef851b 100644 --- a/.github/workflows/tests-ci.yml +++ b/.github/workflows/tests-ci.yml @@ -47,6 +47,9 @@ jobs: - name: Build all workspace packages run: npm run build + - name: Run linter for all packages + run: npm run lint --ws + - name: Run tests for all packages run: npm run test:node --ws diff --git a/codecov.yml b/codecov.yml index e8464e328..7647b6b09 100644 --- a/codecov.yml +++ b/codecov.yml @@ -11,6 +11,10 @@ component_management: target: 100 # every PR opened should strive for full test coverage individual_components: + - component_id: package_credentials + name: credentials + paths: ["packages/credentials/**"] + - component_id: package_crypto name: crypto paths: ["packages/crypto/**"]