A tool for parsing traffic on the jetstream and applying a moderation workstream based on regexp based rules

Add coverage directory to .gitignore

Exclude test and example files from coverage

Skywatch ed6c4069 fa6245f5

+1
.gitignore
··· 6 .DS_Store 7 src/constants.ts 8 constants.ts
··· 6 .DS_Store 7 src/constants.ts 8 constants.ts 9 + coverage/
+3
vitest.config.ts
··· 13 "**/*.config.*", 14 "**/main.ts", 15 "**/*.test.ts", 16 ], 17 thresholds: { 18 lines: 60,
··· 13 "**/*.config.*", 14 "**/main.ts", 15 "**/*.test.ts", 16 + "**/*.example.ts", 17 + "**/constants.ts", 18 + "**/ageConstants.ts", 19 ], 20 thresholds: { 21 lines: 60,