tod 0.11.2

An unofficial Todoist command-line client
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
coverage:
  ignore:
    - src/errors.rs
    - src/input.rs
    - src/color.rs
    - src/debug.rs
    - src/main.rs
  status:
    project:
      default:
        target: 50%
        threshold: 0%
        base: auto
    patch:
      default:
        target: 70%
        threshold: 2%
        base: auto