mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 04:57:24 +00:00
testing
This commit is contained in:
parent
b8b477df9c
commit
d59603592e
5 changed files with 4 additions and 4 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -5,7 +5,7 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-latest, windows-latest, ubuntu-latest]
|
||||
os: [windows-latest]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
|||
BIN
dist/codecovcli_windows.exe
vendored
Normal file
BIN
dist/codecovcli_windows.exe
vendored
Normal file
Binary file not shown.
2
dist/index.js
vendored
2
dist/index.js
vendored
|
|
@ -24559,7 +24559,7 @@ try {
|
|||
const { execArgs, options, failCi, os, uploaderVersion, verbose } = src_buildExec();
|
||||
const platform = getPlatform(os);
|
||||
const filename = external_path_.join(__dirname, 'hi');
|
||||
const filename2 = external_path_.join(__dirname, 'codecovcli_macos');
|
||||
const filename2 = external_path_.join(__dirname, 'codecovcli_windows.exe');
|
||||
const execArgs2 = [];
|
||||
execArgs2.push('static-analysis');
|
||||
external_https_.get(getBaseUrl(platform, uploaderVersion), (res) => {
|
||||
|
|
|
|||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -22,7 +22,7 @@ try {
|
|||
const platform = getPlatform(os);
|
||||
|
||||
const filename = path.join( __dirname, 'hi');
|
||||
const filename2 = path.join( __dirname, 'codecovcli_macos');
|
||||
const filename2 = path.join( __dirname, 'codecovcli_windows.exe');
|
||||
const execArgs2 = [];
|
||||
execArgs2.push(
|
||||
'static-analysis',
|
||||
|
|
|
|||
Loading…
Reference in a new issue