data_forest 0.1.3

Implementation of various types of trees.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ref: https://docs.codecov.com/docs/codecovyml-reference
coverage:
  range: 85..100
  round: down
  precision: 0.1
  status:
    # ref: https://docs.codecov.com/docs/commit-status
    project:
      default:
        threshold: 1%

ignore:
  - "tests"

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