Skip to content

Commit

Permalink
coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
François-Michel L'Heureux committed Sep 28, 2018
1 parent 6b7dadf commit 43e92fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ jobs:
name: Tests
command: make test

- run:
name: Coveralls
command: coveralls

workflows:
version: 2
tests:
jobs:
- tests
- tests
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
default:
@echo "View Makefile for usage"

sys_deps := poetry pre-commit
sys_deps := poetry pre-commit coveralls

bootstrap: ## Install system dependencies for this project (macOS or pyenv)
pip install -U $(sys_deps)
Expand All @@ -18,4 +18,4 @@ lint:
poetry run flake8 spellchecker tests samples

test:
poetry run pytest --cov=spellchecker --cov-report=term-missing -s tests
poetry run pytest --cov=spellchecker --cov-report=term-missing -s tests

0 comments on commit 43e92fc

Please sign in to comment.