Skip to content

Commit 9103c2b

Browse files
committed
ci: exclude dependencies file from coverage
1 parent be93e07 commit 9103c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ scripts:
3535
- read
3636
- write
3737
- desc: Generate lcov data for coverage
38-
cmd: deno coverage cov_profile --exclude="test/**" --lcov > cov_profile.lcov
38+
cmd: deno coverage cov_profile --exclude="deps.ts" --exclude="dev_deps.ts" --exclude="test/**" --lcov > cov_profile.lcov
3939
compile:
4040
desc: Compile binary for all platforms
4141
pll:

0 commit comments

Comments
 (0)