Skip to content

Commit

Permalink
Merge pull request #4 from SmartBear/zip
Browse files Browse the repository at this point in the history
Zip non .zip files by default
  • Loading branch information
aslakhellesoy authored Jan 31, 2022
2 parents c627274 + 1681184 commit 4680d17
Show file tree
Hide file tree
Showing 13 changed files with 2,410 additions and 60 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Zip non `.zip` files by default. This can be overriden by specifying `zip: false` (GitHub Action) or `--no-zip` (Command Line)

## [0.0.14] - 2022-01-27

### Fixed
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Options:
-p, --password <password> OneReport password
-r, --reports <glob...> Glob to the files to publish
-u, --url <url> OneReport URL (default: "https://one-report.vercel.app")
--no-zip Do not zip non .zip files
-h, --help display help for command
```
Expand Down
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ inputs:
description: 'OneReport URL'
required: false
default: 'https://one-report.vercel.app'
zip:
description: 'If true, compress all non .zip files into a zip file before publishing'
required: false
default: 'true'
outputs:
report-urls:
description: 'Report URLs'
Expand Down
Loading

0 comments on commit 4680d17

Please sign in to comment.