Skip to content

Commit cd68293

Browse files
[repo-helper] Configuration Update (#11)
* 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 e52f8c4 commit cd68293

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/python_ci_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Install dependencies 🔧
6868
run: |
6969
python -m pip install --upgrade pip setuptools wheel
70-
python -m pip install --upgrade coveralls coverage_pyver_pragma
70+
python -m pip install --upgrade "coveralls>=3.0.0" coverage_pyver_pragma
7171
7272
- name: "Download Coverage 🪂"
7373
uses: actions/download-artifact@v2
@@ -93,7 +93,7 @@ jobs:
9393
env:
9494
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9595
run: |
96-
coveralls
96+
coveralls --service=github
9797
9898
Deploy:
9999
needs: tests

.readthedocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ python:
1111
install:
1212
- requirements: requirements.txt
1313
- requirements: doc-source/requirements.txt
14+
- method: pip
15+
path: .

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ exclude_lines =
140140
if TYPE_CHECKING:
141141
if typing.TYPE_CHECKING:
142142
if __name__ == .__main__.:
143+
\.\.\.
143144
144145
[check-wheel-contents]
145146
ignore = W002

0 commit comments

Comments
 (0)