Skip to content

Commit 9a6bdbf

Browse files
committed
Config adjustments
1 parent ee34043 commit 9a6bdbf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
environment:
3737
name: release
38-
url: https://pypi.org/p/python-tado-async
38+
url: https://pypi.org/p/python-melcloud
3939
permissions:
4040
contents: write
4141
id-token: write

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: 🏗 Install dependencies
3636
run: poetry install --no-interaction
3737
- name: 🚀 Run pytest
38-
run: poetry run pytest --cov tado tests
38+
run: poetry run pytest --cov python-melcloud tests
3939
- name: ⬆️ Upload coverage artifact
4040
uses: actions/[email protected]
4141
with:
@@ -75,7 +75,7 @@ jobs:
7575
uses: codecov/[email protected]
7676
with:
7777
token: ${{ secrets.CODECOV_TOKEN }}
78-
slug: erwindouna/python-tado
78+
slug: erwindouna/python-melcloud
7979
- name: SonarCloud Scan
8080
if: github.event.pull_request.head.repo.fork == false
8181
uses: SonarSource/[email protected]

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "python-melcloud-redux"
2+
name = "python-melcloud"
33
version = "0.1.0"
44
authors = ["Erwin Douna <[email protected]>"]
55
classifiers = [
@@ -56,7 +56,7 @@ show_missing = true
5656

5757
[tool.coverage.run]
5858
plugins = ["covdefaults"]
59-
source = ["src/pymelcloud"]
59+
source = ["pymelcloud"]
6060

6161
[tool.mypy]
6262
# Specify the target platform details in config, so your developers are
@@ -163,7 +163,7 @@ fixture-parentheses = false
163163
mark-parentheses = false
164164

165165
[tool.ruff.lint.isort]
166-
known-first-party = ["tado"]
166+
known-first-party = ["pymelcloud"]
167167

168168
[tool.ruff.lint.mccabe]
169169
max-complexity = 25

0 commit comments

Comments
 (0)