diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e497e89..0b41ea7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: @@ -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: ./ diff --git a/README.md b/README.md index 294d473..a86cada 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ ### Whom To Contact for Troubleshooting * If you face any issues during the setup contact one of us - * Bharath Kumar Ravichadran (bharathkumarravichandran@gmail.com) - * 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