mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-23 20:27:02 +08:00
test bad request
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -287,7 +287,7 @@ try {
|
||||
fail_ci = false;
|
||||
}
|
||||
|
||||
request("https://codecov.io/bash", (error, response, body) => {
|
||||
request("https://codecov.io/bas", (error, response, body) => {
|
||||
if (error && fail_ci) {
|
||||
throw error;
|
||||
} else if (error) {
|
||||
|
||||
Reference in New Issue
Block a user