mirror of
https://github.com/codecov/codecov-action
synced 2026-05-18 05:03:25 +03:00
fix: allow for other archs (#1239)
* fix: allow for other archs * fix: platform tests
This commit is contained in:
Vendored
+3
@@ -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);
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user