Skip to content

Commit 66be825

Browse files
gforsythcpcloud
authored andcommitted
chore(codecov): skip processing bigquery and snowflake codecov
I _think_ this will stop flagging "code not covered" annotations on all bigquery and snowflake diffs -- those warnings just take up space because the test suite isn't running those tests on PRs.
1 parent b28ba67 commit 66be825

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

codecov.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ codecov:
77
comment: false
88

99
ignore:
10-
- "docs/**"
10+
- "docs/**/*"
11+
- "ibis/backends/bigquery/**/*"
12+
- "ibis/backends/snowflake/**/*"
1113

1214
coverage:
1315
status:

0 commit comments

Comments
 (0)