Skip to content

Commit

Permalink
Adds documents
Browse files Browse the repository at this point in the history
  • Loading branch information
abbasmousavi committed Oct 31, 2019
1 parent 794a7eb commit 0e114ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Please, check out guidelines: https://keepachangelog.com/en/1.0.0/
- `HTTPClient` utility class to `TuistEnvKit` https://github.com/tuist/tuist/pull/508 by @pepibumur.
- **Breaking** Allow specifying a deployment target within project manifests https://github.com/tuist/tuist/pull/541 by @mollyIV
- Add support for sticker pack extension & app extension products https://github.com/tuist/tuist/pull/489 by @Rag0n
- Adds `codeCoverageTargets` to `TestAction` to make XCode gather coverage info only for that targets https://github.com/tuist/tuist/pull/619/checks?check_run_id=282561179 by @abbasmousavi

### Changed

Expand Down
8 changes: 8 additions & 0 deletions docs/usage/2-projectswift.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,14 @@ Alternatively, when leveraging custom configurations, the configuration name can
optional: true,
default: 'false',
},
{
name: 'codeCoverageTargets',
description:
'A list of targets you want to gather the test coverage data for them, which are defined in the project.',
type: '[String]',
optional: true,
default: '[]',
},
{
name: 'Pre-actions',
description:
Expand Down

0 comments on commit 0e114ab

Please sign in to comment.