Skip to content

Commit 91a14a2

Browse files
author
Steve Peak
authored
Add -J to docs
close codecov/codecov-bash#34
1 parent 6b327be commit 91a14a2

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Codecov Objective-C Example
22
==================
3-
[![codecov.io](http://codecov.io/github/codecov/example-objc/coverage.svg?branch=master)](http://codecov.io/github/codecov/example-objc?branch=master)
3+
[![codecov.io](http://codecov.io/github/codecov/example-objc/branch/master/graphs/badge.svg)](http://codecov.io/github/codecov/example-objc)
44

55
| [https://codecov.io][1] | [@codecov][2] | [hello@codecov.io][3] |
66
| ----------------------- | ------------- | --------------------- |
@@ -45,6 +45,17 @@ after_success:
4545
```
4646
> Or you can set the enviornment variable `CODECOV_TOKEN` to your token.
4747

48+
## Build specific projects
49+
50+
```
51+
# match ExampleName and ExampleNameTests
52+
bash <(curl -s https://codecov.io/bash) -J 'ExampleName'
53+
54+
# user regexp to match only ExampleName and not ExampleNameTests
55+
bash <(curl -s https://codecov.io/bash) -J '^ExampleName$'
56+
```
57+
58+
4859
View source and learn more about [Codecov Global Uploader][4]
4960
5061
[1]: https://codecov.io/

0 commit comments

Comments
 (0)