Skip to content

Commit

Permalink
Merge pull request emanuel-braz#3 from emanuel-braz/develop
Browse files Browse the repository at this point in the history
bump: bump version
  • Loading branch information
emanuel-braz authored Oct 18, 2021
2 parents bdf706c + a697ced commit 31abfb3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# [1.0.0] 2021-10-19
# [1.0.1] 2021-10-19
#### Added
- refactor app with arg params (see README.md)
- --exclude-sufix in order to remove generated files from results
- --log param to create log in root folder (dlcov.log)
#### Break
- Need to enter the arguments --file and --coverage
#### Chore
- format files


## 0.1.0
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
`dlcov --file=path/to/lcov.info --coverage=80 --exclude-sufix=.g.dart,.freezed.dart --log=true`
#### Short
`dlcov -f ./lcov.info -c 80 -e .g.dart,.freezed.dart -l true`

#### Using Flutter defaults
`dlcov -c 80`

### Install
`pub global activate dlcov`
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dlcov
description: CLI app to verify flutter test coverage target in CI/CD pipeline
version: 1.0.0
version: 1.0.1
homepage: https://github.com/emanuel-braz/dlcov.git

environment:
Expand Down

0 comments on commit 31abfb3

Please sign in to comment.