evmap 11.0.0-alpha.7

A lock-free, eventually consistent, concurrent multi-value map.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Hold ourselves to a high bar
coverage:
  range: 80..100
  round: down
  precision: 2
  status:
    project:
      default:
        threshold: 1%

# Tests aren't important for coverage
ignore:
  - "tests"

# Make less noisy comments
comment:
  layout: "files"
  require_changes: yes