We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8480db4 commit bf2ec61Copy full SHA for bf2ec61
1 file changed
.github/workflows/test.yml
@@ -239,7 +239,7 @@ jobs:
239
- name: Run unit tests
240
run: |
241
cd frontend
242
- npm test -- --coverage --watchAll=false --testPathPattern="tests/unit" --testPathIgnorePatterns='Canvas.test.js|Dashboard.test.js|App.test.js'
+ npm test -- --coverage --watchAll=false --testPathIgnorePatterns='Canvas.test.js|Dashboard.test.js|App.test.js' --ci
243
244
- name: Upload coverage to Codecov
245
uses: codecov/codecov-action@v4
0 commit comments