Skip to content

Commit

Permalink
add codecov, tweak some spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Mar 14, 2021
1 parent 0aa4cc5 commit 9ea3645
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-${{ matrix.python-version }}-
${{ runner.os }}-pip-
- run: pip install . -r dev_requirements.txt python-coveralls
- run: pip install . -r dev_requirements.txt codecov
- run: pip freeze
- run: pip check
- run: doit pyflakes
- run: py.test -vv ${{ matrix.pytest-args }}
- if: ${{ matrix.os == 'ubuntu' && matrix.python-version == '3.8' }}
run: |
doit coverage
coveralls || echo "TODO: remove when run on a repo that is set up"
codecov
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,5 @@ contributing

On github create pull requests using a named feature branch.

Financial contribution to support maitanance welcome.
Financial contribution to support maintenance welcome.
https://xscode.com/schettino72/doit
1 change: 1 addition & 0 deletions doc/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ task1
task2
taskorder
taskresult
TaskResult
tasks'
teardown
time'
Expand Down

0 comments on commit 9ea3645

Please sign in to comment.