Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .coverage
Binary file not shown.
4 changes: 0 additions & 4 deletions .coveragerc

This file was deleted.

8 changes: 8 additions & 0 deletions .github/workflows/arviz_compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ on:
pull_request:
push:
branches: [main]
paths:
- ".github/workflows/*"
- "pymc/**"
- "setup.py"
- "pyproject.toml"
- "buildosx"
- "conda-envs/**"
- "codecov.yml"

jobs:
pytest:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/jaxtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ on:
pull_request:
push:
branches: [main]
paths:
- ".github/workflows/*"
- "pymc/**"
- "setup.py"
- "pyproject.toml"
- "buildosx"
- "conda-envs/**"
- "codecov.yml"

jobs:
pytest:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ on:
pull_request:
push:
branches: [main]
paths:
- ".github/workflows/*"
- "pymc/**"
- "setup.py"
- "pyproject.toml"
- "buildosx"
- "conda-envs/**"
- "codecov.yml"


# Tests are split into multiple jobs to accelerate the CI.
Expand Down
10 changes: 0 additions & 10 deletions build_and_deploy_docs.sh

This file was deleted.

3 changes: 3 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ coverage:
threshold: 1%
base: auto

ignore:
- "pymc/tests/*"

comment:
layout: "reach, diff, flags, files"
behavior: default
Expand Down
1 change: 1 addition & 0 deletions conda-envs/environment-dev-py37.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- numpy>=1.15.0,<1.22.0
- numpydoc>=0.9
- pandas>=0.24
- pip
- pre-commit>=2.8.0
- pydata-sphinx-theme
- pytest-cov>=2.5
Expand Down
1 change: 1 addition & 0 deletions conda-envs/environment-dev-py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- numpy>=1.15.0,<1.22.0
- numpydoc>=0.9
- pandas>=0.24.0
- pip
- pre-commit>=2.8.0
- pydata-sphinx-theme
- pytest-cov>=2.5
Expand Down
1 change: 1 addition & 0 deletions conda-envs/environment-dev-py39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- numpy>=1.15.0,<1.22.0
- numpydoc>=0.9
- pandas
- pip
- pre-commit>=2.8.0
- pydata-sphinx-theme
- pytest-cov>=2.5
Expand Down
7 changes: 0 additions & 7 deletions fast_build_docs.sh

This file was deleted.