iwcore 0.1.3

IntelliWallet Core - Password manager library with AES-256 encryption
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
coverage:
  status:
    project:
      default:
        target: 80%
        threshold: 1%
    patch:
      default:
        target: auto

ignore:
  - "tests/**/*"
  - "testdata/**/*"

comment:
  layout: "reach,diff,flags,files"
  behavior: default
  require_changes: true