Skip to content

Commit 5a8bb47

Browse files
Merge pull request #485 from codecov/alternate-os
fix: Add override OS and linux default to platform
2 parents 3e9a281 + 6feb914 commit 5a8bb47

11 files changed

+7782
-63
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 2.0.3
2+
### Fixes
3+
- #464 Fix wrong link in the readme
4+
- #485 fix: Add override OS and linux default to platform
5+
6+
### Dependencies
7+
- #447 build(deps): bump openpgp from 5.0.0-4 to 5.0.0-5
8+
- #458 build(deps-dev): bump eslint from 7.31.0 to 7.32.0
9+
- #465 build(deps-dev): bump @typescript-eslint/eslint-plugin from 4.28.4 to 4.29.1
10+
- #466 build(deps-dev): bump @typescript-eslint/parser from 4.28.4 to 4.29.1
11+
- #468 build(deps-dev): bump @types/jest from 26.0.24 to 27.0.0
12+
- #470 build(deps-dev): bump @types/node from 16.4.0 to 16.6.0
13+
- #472 build(deps): bump path-parse from 1.0.6 to 1.0.7
14+
- #473 build(deps-dev): bump @types/jest from 27.0.0 to 27.0.1
15+
- #478 build(deps-dev): bump @typescript-eslint/parser from 4.29.1 to 4.29.2
16+
- #479 build(deps-dev): bump @typescript-eslint/eslint-plugin from 4.29.1 to 4.29.2
17+
- #481 build(deps-dev): bump @types/node from 16.6.0 to 16.6.2
18+
- #483 build(deps-dev): bump @vercel/ncc from 0.29.0 to 0.29.2
19+
- #484 build(deps): bump @actions/core from 1.4.0 to 1.5.0
20+
121
## 2.0.2
222
### Fixes
323
- Underlying uploader fixes issues with tokens not being sent properly for users seeing

action.yml

+3
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ inputs:
5353
override_tag:
5454
description: 'Specify the git tag'
5555
required: false
56+
os:
57+
description: 'Override the assumed OS. Options are alpine | linux | macos | windows.'
58+
required: false
5659
root_dir:
5760
description: 'Used when not in git/hg project to identify project root directory'
5861
required: false

dist/index.js

+37-26
Large diffs are not rendered by default.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)