Skip to content

Commit

Permalink
Merge pull request #6 from bonicim/develop
Browse files Browse the repository at this point in the history
Update run-tests workflow; add coverage
  • Loading branch information
craig8 authored Nov 29, 2022
2 parents 4fab08c + a20893e commit f347ce1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
push:
paths:
- '**.py'
- 'poetry.yml'
- '**.yaml'
- '**.yml'
- '**.toml'
pull_request:
types:
- opened
Expand Down Expand Up @@ -83,5 +85,5 @@ jobs:
- name: Install library and run tests
run: |
poetry install --no-interaction
poetry run pytest
poetry run pytest tests/test_sqlite_historian_integration.py
poetry add --group dev pytest-github-actions-annotate-failure
poetry run pytest --cov=src tests/test_sqlite_historian_integration.py
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ isort = "^5.10.1"
safety = "^1.10.3"
mypy = "^0.942"
coverage = "^6.3.2"
pytest-cov = "^3.0.0"
Sphinx = "^4.5.0"
sphinx-rtd-theme = "^1.0.0"
#volttron-lib-sql-historian = {path = "../volttron-lib-sql-historian", develop = true}
Expand Down

0 comments on commit f347ce1

Please sign in to comment.