mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-10 16:30:04 +00:00
fix: allow for other archs (#1239)
* fix: allow for other archs * fix: platform tests
This commit is contained in:
parent
98ab2c591b
commit
a7b945cea4
6 changed files with 25 additions and 6 deletions
3
dist/index.js
vendored
3
dist/index.js
vendored
|
|
@ -32477,6 +32477,9 @@ const PLATFORMS = [
|
|||
'linux',
|
||||
'macos',
|
||||
'windows',
|
||||
'alpine',
|
||||
'linux-arm64',
|
||||
'alpine-arm64',
|
||||
];
|
||||
const setFailure = (message, failCi) => {
|
||||
failCi ? core.setFailed(message) : core.warning(message);
|
||||
|
|
|
|||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue