mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-01-11 13:34:26 +00:00
05e789a34f
* refactor peerStats, re-enable scores for testing * remove gossip 1.0 * cleanup * codecov matrix fixes * restore previous score on onNewPeer * fix coverage n checks * unsubscribeAll gossipsub fixes * refactor unsub/sub * refactor onNewPeer and fix score flow * disable scores by default (change in tests later) * fix tests, enable scores in tests * fix wrongly merged test * ensure topic removal from topics table * small typo fix * testinterop fixes
19 lines
559 B
YAML
19 lines
559 B
YAML
codecov:
|
|
notify:
|
|
require_ci_to_pass: true
|
|
# must be the number of coverage report builds
|
|
# notice that this number is for PRs;
|
|
# like this we disabled notify on pure branches report
|
|
# which is fine I guess
|
|
after_n_builds: 25
|
|
comment:
|
|
layout: "reach, diff, flags, files"
|
|
after_n_builds: 25 # must be the number of coverage report builds
|
|
coverage:
|
|
status:
|
|
project:
|
|
default: # This can be anything, but it needs to exist as the name
|
|
# basic settings
|
|
target: auto
|
|
threshold: 5%
|
|
base: auto |