409e92d6ae
Build and Push Docker Images / Build Docker Image (push) Has been cancelled
Build and Push Docker Images / Build Railway Docker Image (push) Has been cancelled
Build and Publish n8n Docker Image / test-image (push) Has been cancelled
Dependency Compatibility Check / Fresh Install Dependency Check (push) Has been cancelled
Build and Publish n8n Docker Image / build-and-push (push) Has been cancelled
Build and Publish n8n Docker Image / create-release (push) Has been cancelled
Automated Release / Detect Version Change (push) Has been cancelled
Automated Release / Generate Release Notes (push) Has been cancelled
Automated Release / Create GitHub Release (push) Has been cancelled
Automated Release / Package MCPB Bundle (push) Has been cancelled
Automated Release / Build and Verify (push) Has been cancelled
Automated Release / Publish to NPM (push) Has been cancelled
Automated Release / Build and Push Docker Images (push) Has been cancelled
Automated Release / Update Documentation (push) Has been cancelled
Automated Release / Notify Release Completion (push) Has been cancelled
Secret Scan / secretlint (push) Has been cancelled
Test Suite / test (push) Has been cancelled
Test Suite / cjs-runtime (push) Has been cancelled
Test Suite / publish-results (push) Has been cancelled
53 lines
969 B
YAML
53 lines
969 B
YAML
codecov:
|
|
require_ci_to_pass: yes
|
|
|
|
coverage:
|
|
precision: 2
|
|
round: down
|
|
range: "70...100"
|
|
|
|
status:
|
|
project:
|
|
default:
|
|
target: 80%
|
|
threshold: 1%
|
|
base: auto
|
|
if_not_found: success
|
|
if_ci_failed: error
|
|
informational: false
|
|
only_pulls: false
|
|
patch:
|
|
default:
|
|
target: 80%
|
|
threshold: 1%
|
|
base: auto
|
|
if_not_found: success
|
|
if_ci_failed: error
|
|
informational: true
|
|
only_pulls: false
|
|
|
|
parsers:
|
|
gcov:
|
|
branch_detection:
|
|
conditional: yes
|
|
loop: yes
|
|
method: no
|
|
macro: no
|
|
|
|
comment:
|
|
layout: "reach,diff,flags,files,footer"
|
|
behavior: default
|
|
require_changes: false
|
|
require_base: false
|
|
require_head: true
|
|
|
|
ignore:
|
|
- "node_modules/**/*"
|
|
- "dist/**/*"
|
|
- "tests/**/*"
|
|
- "scripts/**/*"
|
|
- "**/*.test.ts"
|
|
- "**/*.spec.ts"
|
|
- "src/mcp/index.ts"
|
|
- "src/http-server.ts"
|
|
- "src/http-server-single-session.ts" |