bytesize 2.0.0-beta.1

Semantic wrapper for byte count representations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
comment: false

coverage:
  status:
    project:
      default:
        threshold: 100% # make CI green
    patch:
      default:
        threshold: 100% # make CI green

# ignore code coverage on following paths
ignore:
  - "**/tests"
  - "**/benches"
  - "**/examples"