Skip to content

Commit

Permalink
Fix README and coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
BharathKumarRavichandran committed Nov 20, 2023
1 parent d739930 commit 0ae6628
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
working-directory: ./
- name: Generate coverage report
run: |
coverage report -m --fail-under=90
coverage report --fail-under=90 -m main.py config.py $(find app -name "*.py" ! -path "app/seeds/*.py")
working-directory: ./

integration-test:
Expand Down Expand Up @@ -99,5 +99,5 @@ jobs:
working-directory: ./
- name: Generate coverage report
run: |
coverage report -m --fail-under=90
coverage report --fail-under=90 -m main.py config.py $(find app -name "*.py" ! -path "app/seeds/*.py")
working-directory: ./
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

### Whom To Contact for Troubleshooting
* If you face any issues during the setup contact one of us
* Bharath Kumar Ravichadran ([email protected])
* Tanmai Harish (tanmai@tamu.edu)
* Bharath Kumar Ravichandran (`bharath[at]tamu[dot]edu`)
* Tanmai Harish (`tanmai[at]tamu[dot]edu`)

### Install postgres in your local
- #### Installing PostgreSQL on macOS
Expand Down

0 comments on commit 0ae6628

Please sign in to comment.