Skip to content

Commit

Permalink
Merge 3acfc74 into 2d42412
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Délèze committed Jan 12, 2021
2 parents 2d42412 + 3acfc74 commit e7269e8
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 11 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/continuous-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,13 @@ jobs:

- name: Run Bootstrap
run: |
poetry run ./scripts/bootstrap
poetry run pip install --upgrade coveralls
- name: Run Test
run: poetry run ./scripts/test
# - name: Run Test
# run: poetry run ./scripts/test

- name: Code Coverage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip install --upgrade coveralls
coveralls
COVERALLS_SERVICE_NAME: github
run: poetry run coveralls
43 changes: 38 additions & 5 deletions 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 @@ -35,6 +35,7 @@ lxml = ">=4.6.2"
webdavclient3 = "^3.14.5"
fuzzywuzzy = "^0.18.0"
python-Levenshtein = "^0.12.0"
coveralls = "^3.0.0"

[tool.poetry.dev-dependencies]
Flask-Debugtoolbar = ">=0.10.1"
Expand Down

0 comments on commit e7269e8

Please sign in to comment.