https://github.com/alkaline-ml/pmdarima
Revision aa6ce98cb32d4fa8fe0739e9c3441c6b2ddcc458 authored by tgsmith61591 on 07 August 2023, 13:03:31 UTC, committed by tgsmith61591 on 07 August 2023, 13:03:31 UTC
1 parent 1bb0ef5
Raw File
Tip revision: aa6ce98cb32d4fa8fe0739e9c3441c6b2ddcc458 authored by tgsmith61591 on 07 August 2023, 13:03:31 UTC
Bump statsmodels
Tip revision: aa6ce98
.codecov.yml
# https://gist.github.com/stevepeak/53bee7b2c326b24a9b4a

# Prevent codecov from commenting
comment: false

coverage:
  precision: 2
  round: down

  status:
    project:
      default:
        target: 95%
        informational: true
        branches:
          - master

    # The patch just adds noise to the PRs. We only really care about overall
    # coverage
    patch: off

ignore:
- "**/setup.py"
- "*/pmdarima/__check_build/*"
- "*/pmdarima/_build_utils/*"
- "*/pmdarima/_config.py"
- "*/pmdarima/__init__.py"
- "*/pmdarima/compat/matplotlib.py"
- "*/pmdarima/utils/tests/test_vis.py"
- "*/pmdarima/utils/visualization.py"
back to top