Skip to content

Commit

Permalink
Add coveralls dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dynobo committed Apr 1, 2021
1 parent d70119c commit f3e38a5
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: poetry install
- name: Pytest
run: poetry run pytest
- name: Pylint
- name: Coveralls
run: poetry run coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
33 changes: 32 additions & 1 deletion poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ rope = "^0.18.0"
black = { version = "^20.8b1", allow-prereleases = true }
pytest-cov = "^2.11.1"
pre-commit = "^2.11.1"
coveralls = "^3.0.1"


[tool.isort]
Expand Down

0 comments on commit f3e38a5

Please sign in to comment.