https://github.com/holgerteichgraeber/TimeSeriesClustering.jl
Raw File
Tip revision: c118b1386985cd23761ba4682b46bfdd649169cb authored by YoungFaithful on 20 January 2021, 11:21:15 UTC
Merge pull request #127 from JuliaTagBot/master
Tip revision: c118b13
.codecov.yml
codecov:
  notify:
    require_ci_to_pass: yes

coverage:
  precision: 2
  round: down
  range: "70...100"

  status:
    project: yes
    patch: yes
    changes: no

parsers:
  gcov:
    branch_detection:
      conditional: yes
      loop: yes
      method: no
      macro: no

comment:
  layout: "header, diff"
  behavior: default
  require_changes: no

ignore:
  - "src/clustering/shape_based/*"
back to top