-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
62 lines (56 loc) · 1.36 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
repositories:
bitcoin:
- bitcoin
bitcoin_cash:
# - bchd
- bitcoin-cash-node
# - bitcoin-verde
cardano:
- cardano-node
ethereum:
# - besu
# - erigon
- go-ethereum
- nethermind
# - reth
litecoin:
- litecoin
polkadot:
- polkadot-sdk
solana:
- solana
tezos:
- tezos-mirror
zcash:
- zcash
metrics:
- entropy
# - gini
- herfindahl_hirschman_index
# - nakamoto_coefficient
- max_power_ratio
- total_contributors
- theil_index
# The number of commits that will be included in each sample window.
# If empty, then the entire history of the repository will be considered as a single sample window.
commits_per_sample_window:
-
- 100
- 250
- 500
- 1000
contributor_types:
- author
- committer
# A list of the weights to be used in the analysis. The options are:
# commits, merge_commits, lines_changed, lines_added, lines_deleted
contribution_types:
- commits
- merge_commits
- lines_changed
# - lines_added
# - lines_deleted
# Flag to indicate if new commit data should be pulled from the repositories.
# Note that this is only relevant for some repository if it already exists locally.
# If a repository does not exist locally, then it will be cloned and commit data will be pulled regardless of this flag.
refresh_data: false