Skip to content

Commit

Permalink
Merge 8054a59 into 5ebd8b0
Browse files Browse the repository at this point in the history
  • Loading branch information
devang-chauhan committed Jan 29, 2021
2 parents 5ebd8b0 + 8054a59 commit c76caf7
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 8 deletions.
13 changes: 13 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 1
update_configs:
- package_manager: "python"
directory: "/"
update_schedule: "live"
automerged_updates:
- match:
dependency_type: "all"
update_type: "all"
commit_message:
prefix: "fix"
prefix_development: "chore"
include_scope: true
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
pip install -r dev-requirements.txt
- name: run tests
run: python -m pytest --cov=. tests/
# - name: run test coverage
# run: |
# coverage report
# coveralls
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: run test coverage
run: |
coverage report
coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

deploy:
name: Deploy to GitHub and PyPI
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

![HBJSON exported to web](/images/room.gif)

[![Coverage Status](https://coveralls.io/repos/github/ladybug-tools/honeybee-vtk/badge.svg)](https://coveralls.io/github/ladybug-tools/honeybee-vtk)

## Installation

```console
Expand Down
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coverage==5.3.1
coveralls==3.0.0
coverage==5.4
coveralls==2.2.0;python_version>='3.6'
pytest==6.2.1
pytest-cov==2.10.1
twine==3.3.0
Expand Down

0 comments on commit c76caf7

Please sign in to comment.