Skip to content

Commit c165736

Browse files
Update readme
Add information about how to hide pending specs
1 parent cbfb574 commit c165736

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,14 @@ rspec --format RSpec::Github::Formatter --format progress
3838
rspec --format RSpec::Github::Formatter --format documentation
3939
```
4040

41+
If you want to disable annotations for pending specs you can do that by adding `--tag ~skip` to your command:
42+
```bash
43+
rspec --format RSpec::Github::Formatter --tag ~skip
44+
```
45+
4146
## Development
42-
After checking out the repo, run `bundle install` to install dependencies. Then, run `rake spec` to run the tests.
43-
Publishing a new version is handled by the [publish workflow](.github/workflows/publish.yml). This workflow publishes a GitHub release to [rubygems](https://rubygems.org/) with the version defined in the release.
47+
After checking out the repo, run `bundle install` to install dependencies. Then, run `rake spec` to run the tests.
48+
Publishing a new version is handled by the [publish workflow](.github/workflows/publish.yml). This workflow publishes a GitHub release to [rubygems](https://rubygems.org/) with the version defined in the release.
4449

4550
### Usefull references
4651
- https://help.github.com/en/actions/reference/development-tools-for-github-actions

0 commit comments

Comments
 (0)