Skip to content

Commit

Permalink
Move covaralls to a separate group
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Dec 3, 2023
1 parent ce61d1f commit 979738e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
cache-dependency-path: poetry.lock

- name: Install dependencies
run: poetry install
run: poetry install --with coveralls

- name: Lint with flake8
run: |
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ python = "^3.8"
pytest = "^7.4.3"
pytest-cov = "^4.1.0"
flake8 = {version = "^6.1.0", python = "^3.8.1"}

[tool.poetry.group.coveralls]
optional = true

[tool.poetry.group.coveralls.dependencies]
coverage = {extras = ["toml"], version = ">6.1.1,<7.0"}
coveralls = "^3.3.1"

Expand Down

0 comments on commit 979738e

Please sign in to comment.