Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbaraujo committed Dec 4, 2020
1 parent 9deda31 commit 02af5de
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.0] - 2020-12-04
### Added
- Add `coverage` command
- It outputs the coverage after running `batler test`. For more information, run `batler coverage --help`.
Expand All @@ -23,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support for running tests using any available simulator


[Unreleased]: https://github.com/vitorbaraujo/batler/compare/0.2.0...HEAD
[Unreleased]: https://github.com/vitorbaraujo/batler/compare/0.3.0...HEAD
[0.3.0]: https://github.com/vitorbaraujo/batler/releases/tag/0.3.0
[0.2.0]: https://github.com/vitorbaraujo/batler/releases/tag/0.2.0
[0.1.0]: https://github.com/vitorbaraujo/batler/releases/tag/0.1.0
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@ brew install batler
batler test [-p <project_path>] [-h]
```

### Displaying coverage

```sh
batler coverage [--project_path <project_path>] [--html] [--output_dir <path>]
```

## TODO

- Add brew formula
- Add logging (+ verbose option)
- Add xcpretty integration
- Add slather integration
2 changes: 1 addition & 1 deletion cmd/batler/batler.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

var (
version = "0.2.0"
version = "0.3.0"
rootCmd = &cobra.Command{
Use: "batler",
Short: "Batler is an Xcode test CLI for continuous integration",
Expand Down

0 comments on commit 02af5de

Please sign in to comment.