mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 08:15:18 -04:00
workflow: add custom codecov configuration
This commit is contained in:
parent
3000aa2369
commit
3760ad298a
16
.github/codecov.yml
vendored
Normal file
16
.github/codecov.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
coverage:
|
||||||
|
status:
|
||||||
|
project:
|
||||||
|
default:
|
||||||
|
threshold: 0.1
|
||||||
|
patch:
|
||||||
|
default:
|
||||||
|
threshold: 0.1
|
||||||
|
codecov:
|
||||||
|
require_ci_to_pass: true
|
||||||
|
notify:
|
||||||
|
after_n_builds: 2
|
||||||
|
wait_for_ci: true
|
||||||
|
comment:
|
||||||
|
require_changes: true
|
||||||
|
after_n_builds: 2
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -323,7 +323,7 @@ jobs:
|
|||||||
|
|
||||||
llvm-profdata merge pid-*.profraw -o coverage.profdata
|
llvm-profdata merge pid-*.profraw -o coverage.profdata
|
||||||
llvm-cov show $(grep -Rl LLVM_PROFILE_FILE . | sed 's/^/-object /') -instr-profile=coverage.profdata > coverage.txt
|
llvm-cov show $(grep -Rl LLVM_PROFILE_FILE . | sed 's/^/-object /') -instr-profile=coverage.profdata > coverage.txt
|
||||||
bash <(curl -s https://codecov.io/bash)
|
bash <(curl -s https://codecov.io/bash) -y ../.github/codecov.yml
|
||||||
|
|
||||||
makepanda:
|
makepanda:
|
||||||
strategy:
|
strategy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user