Skip to content

Commit b5e790a

Browse files
committed
CCM-14615: clean up after switch to turbo
1 parent 374b0b4 commit b5e790a

12 files changed

Lines changed: 1182 additions & 274 deletions

File tree

.github/workflows/stage-2-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
138138
with:
139139
name: code-coverage-report
140-
path: ".reports/unit/coverage/lcov.info"
140+
path: ".reports/lcov.info"
141141
- name: "Save Python coverage reports"
142142
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
143143
with:

.gitignore

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ version.json
1414

1515
# Don't track ephemeral local build files
1616
target/
17+
.turbo
1718

1819
# Python build artifacts
1920
*.egg-info/
@@ -59,9 +60,3 @@ coverage-*/
5960
**/playwright-report
6061
**/test-results
6162
plugin-cache
62-
63-
# Generated by npm run test:unit:parallel — do not commit
64-
jest.config.cjs
65-
66-
# turbo working directories
67-
.turbo

0 commit comments

Comments
 (0)