Revision 15e80d244886768e9813ce9d4b7d4c9c19471d83 authored by Anton Kaliaev on 11 December 2019, 17:15:27 UTC, committed by GitHub on 11 December 2019, 17:15:27 UTC
Closes #3831

The support for rocksdb was added a while back in
https://github.com/tendermint/tm-db/pull/12. This commit merely updates
the documentation.
1 parent 4da816a
Raw File
codecov.yml
coverage:
  precision: 2
  round: down
  range: "70...100"

  status:
    project:
      default:
        threshold: 1%
    patch: on
    changes: off

comment:
  layout: "diff, files"
  behavior: default
  require_changes: no
  require_base: no
  require_head: yes

ignore:
  - "docs"
  - "DOCKER"
  - "scripts"
  - "**/*.pb.go"
back to top