mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-13 14:37:24 +00:00
log body
This commit is contained in:
parent
1c3c14b66e
commit
0ef06c1065
3 changed files with 2 additions and 2 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -8,8 +8,6 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Lint
|
|
||||||
run: npm run lint
|
|
||||||
- name: Upload coverage to Codecov (demo)
|
- name: Upload coverage to Codecov (demo)
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
1
dist/index.js
vendored
1
dist/index.js
vendored
|
|
@ -33266,6 +33266,7 @@ try {
|
||||||
("" + err.message));
|
("" + err.message));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
console.log(body);
|
||||||
fs.writeFileSync(filename_1, body);
|
fs.writeFileSync(filename_1, body);
|
||||||
fs.chmodSync(filename_1, '777');
|
fs.chmodSync(filename_1, '777');
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@ try {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log(body);
|
||||||
fs.writeFileSync(filename, body);
|
fs.writeFileSync(filename, body);
|
||||||
fs.chmodSync(filename, '777');
|
fs.chmodSync(filename, '777');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue