Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit b0632b2

Browse files
committed
add notes about skipping glob
1 parent a7792cd commit b0632b2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

codecov

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,11 @@ cat << EOF
8787
8888
-f "path/to/file" only upload this file
8989
skips searching unless provided patterns below
90-
-f "!*.bar" ignore all files at pattern *.bar
91-
-f "*.foo" include all files at pattern *.foo
90+
91+
-f '!*.bar' ignore all files at pattern *.bar
92+
-f '*.foo' include all files at pattern *.foo
93+
Must use single quotes.
94+
This is non-exclusive, use -s "*.foo" to match specific paths.
9295
9396
-s DIR Directory to search for coverage reports.
9497
Already searches project root and artifact folders.

0 commit comments

Comments
 (0)