Skip to content

Commit 5fcc040

Browse files
[repo-helper] Configuration Update (#80)
* Updated files with 'repo_helper'. * Updated files with 'repo_helper'. * Updated files with 'repo_helper'. * Updated files with 'repo_helper'. * Updated files with 'repo_helper'. --------- Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 5b04139 commit 5fcc040

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

.github/workflows/python_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,4 @@ jobs:
7474
with:
7575
name: "coverage-${{ matrix.config.python-version }}"
7676
path: .coverage
77+
include-hidden-files: true

.github/workflows/python_ci_linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
with:
7777
name: "coverage-${{ matrix.config.python-version }}"
7878
path: .coverage
79+
include-hidden-files: true
7980

8081

8182
Coverage:
@@ -118,6 +119,7 @@ jobs:
118119
with:
119120
name: "combined-coverage"
120121
path: .coverage
122+
include-hidden-files: true
121123

122124
- name: "Upload Combined Coverage to Coveralls"
123125
if: ${{ steps.show.outcome != 'failure' }}

.github/workflows/python_ci_macos.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ permissions:
1818

1919
jobs:
2020
tests:
21-
name: "macos-13 / Python ${{ matrix.config.python-version }}"
22-
runs-on: "macos-13"
21+
name: "macos-${{ matrix.config.os-ver }} / Python ${{ matrix.config.python-version }}"
22+
runs-on: "macos-${{ matrix.config.os-ver }}"
2323
continue-on-error: ${{ matrix.config.experimental }}
2424
env:
2525
USING_COVERAGE: '3.7,3.8,3.9,3.10,3.11,3.12'
@@ -28,12 +28,12 @@ jobs:
2828
fail-fast: False
2929
matrix:
3030
config:
31-
- {python-version: "3.7", testenvs: "py37,build", experimental: False}
32-
- {python-version: "3.8", testenvs: "py38,build", experimental: False}
33-
- {python-version: "3.9", testenvs: "py39,build", experimental: False}
34-
- {python-version: "3.10", testenvs: "py310,build", experimental: False}
35-
- {python-version: "3.11", testenvs: "py311,build", experimental: False}
36-
- {python-version: "3.12", testenvs: "py312,build", experimental: False}
31+
- {python-version: "3.7", os-ver: "13", testenvs: "py37,build", experimental: False}
32+
- {python-version: "3.8", os-ver: "14", testenvs: "py38,build", experimental: False}
33+
- {python-version: "3.9", os-ver: "14", testenvs: "py39,build", experimental: False}
34+
- {python-version: "3.10", os-ver: "14", testenvs: "py310,build", experimental: False}
35+
- {python-version: "3.11", os-ver: "14", testenvs: "py311,build", experimental: False}
36+
- {python-version: "3.12", os-ver: "14", testenvs: "py312,build", experimental: False}
3737

3838
steps:
3939
- name: Checkout 🛎️
@@ -74,3 +74,4 @@ jobs:
7474
with:
7575
name: "coverage-${{ matrix.config.python-version }}"
7676
path: .coverage
77+
include-hidden-files: true

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/repo-helper/pyproject-parser
11-
rev: v0.11.1
11+
rev: v0.13.0
1212
hooks:
1313
- id: reformat-pyproject
1414

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ python:
1313
- requirements: requirements.txt
1414
- requirements: doc-source/requirements.txt
1515
build:
16-
os: ubuntu-20.04
16+
os: ubuntu-22.04
1717
tools:
1818
python: '3.9'
1919
jobs:

0 commit comments

Comments
 (0)