Merge pull request #87 from intelligence-assist/fix/ci-coverage-docker-dependency

Fix CI pipeline failure after codecov changes
This commit is contained in:
Cheffromspace
2025-05-27 12:40:27 -05:00
committed by GitHub

View File

@@ -111,7 +111,7 @@ jobs:
run: npm ci --prefer-offline --no-audit
- name: Generate test coverage
run: npm run test:coverage
run: jest --coverage --testPathPattern='test/(unit|integration).*\.test\.js$'
env:
NODE_ENV: test
BOT_USERNAME: '@TestBot'