Logo
Explore Help
Register Sign In
admin/ghost
1
0
Fork 0
You've already forked ghost
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
226918d9d8e722874200f1e815b1d266dfd4f8dc
ghost/codecov.yml

28 lines
468 B
YAML
Raw Normal View History

Implement comprehensive CI/CD pipeline with best practices Major improvements: - Matrix testing across Linux (stable/beta/nightly), Windows, and macOS - Test with multiple feature combinations (default, yara-scanning, no-default) - Code coverage reporting with codecov integration - Security auditing with cargo-audit and dependency review - Automated release builds for multiple targets - Performance benchmarking with trend tracking - Concurrency control to cancel outdated runs - Rust cache optimization for faster builds - Documentation generation checks - Weekly scheduled runs for proactive monitoring Additional workflows: - Automated dependency updates via Dependabot - Weekly Cargo dependency update PRs - Stale issue and PR management Project templates: - Pull request template with checklist - Bug report issue template - Feature request issue template - Codecov configuration with 70% coverage target
2025-11-21 12:58:06 +02:00
coverage:
precision: 2
round: down
range: 70..100
status:
project:
default:
target: 70%
threshold: 5%
if_ci_failed: error
patch:
default:
target: 80%
threshold: 10%
comment:
layout: "header, diff, flags, components, files, footer"
behavior: default
require_changes: false
require_base: false
require_head: true
ignore:
- "tests/**"
- "benches/**"
- "examples/**"
- "**/*_test.rs"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 48ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API