Skip to content

Commit f64d49e

Browse files
Merge branch 'main' into fix/sandbox-name-validation-retry
2 parents fe6cc05 + 909a803 commit f64d49e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ repos:
221221
entry: bash -c 'npx vitest run --project cli --coverage --coverage.reporter=text --coverage.reporter=json-summary --coverage.reportsDirectory=coverage/cli --coverage.include="bin/**/*.js" --coverage.exclude="test/**/*.js" --coverage.exclude="test/**/*.ts" && npx tsx scripts/check-coverage-ratchet.ts coverage/cli/coverage-summary.json ci/coverage-threshold-cli.json "CLI coverage"'
222222
language: system
223223
pass_filenames: false
224-
always_run: true
224+
files: ^(bin/|test/)
225225
stages: [pre-push]
226226
priority: 20
227227

@@ -230,7 +230,7 @@ repos:
230230
entry: bash -c 'npx vitest run --project plugin --coverage --coverage.reporter=text --coverage.reporter=json-summary --coverage.reportsDirectory=coverage/plugin --coverage.include="nemoclaw/src/**/*.ts" --coverage.exclude="**/*.test.ts" && npx tsx scripts/check-coverage-ratchet.ts coverage/plugin/coverage-summary.json ci/coverage-threshold-plugin.json "Plugin coverage"'
231231
language: system
232232
pass_filenames: false
233-
always_run: true
233+
files: ^nemoclaw/
234234
stages: [pre-push]
235235
priority: 20
236236

0 commit comments

Comments
 (0)