File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 11Codecov 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+
4859View source and learn more about [Codecov Global Uploader][4]
4960
5061[1]: https://codecov.io/
You can’t perform that action at this time.
0 commit comments