mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-12 14:07:25 +00:00
test bad request
This commit is contained in:
parent
d608de8763
commit
31d7d88849
2 changed files with 2 additions and 2 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
|
@ -287,7 +287,7 @@ try {
|
||||||
fail_ci = false;
|
fail_ci = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
request("https://codecov.io/bash", (error, response, body) => {
|
request("https://codecov.io/bas", (error, response, body) => {
|
||||||
if (error && fail_ci) {
|
if (error && fail_ci) {
|
||||||
throw error;
|
throw error;
|
||||||
} else if (error) {
|
} else if (error) {
|
||||||
|
|
|
||||||
2
index.js
2
index.js
|
|
@ -24,7 +24,7 @@ try {
|
||||||
fail_ci = false;
|
fail_ci = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
request("https://codecov.io/bash", (error, response, body) => {
|
request("https://codecov.io/bas", (error, response, body) => {
|
||||||
if (error && fail_ci) {
|
if (error && fail_ci) {
|
||||||
throw error;
|
throw error;
|
||||||
} else if (error) {
|
} else if (error) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue