Skip to content

Commit

Permalink
Update readme to add step to check for test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Nov 20, 2023
1 parent 8e31e4e commit 03eeb3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,14 @@ Run `docker-compose up` in the `cht-sync` directory to run the pipeline. Please
./run_dbt_tests.sh
```

4. Clean up:
4. Check for test coverage:

```sh
# Run dbt run-operation required_tests command
./check_tests_coverage.sh
```

5. Clean up:
```sh
./tear_down.sh
```
2 changes: 0 additions & 2 deletions tests/check_tests_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ export DBT_POSTGRES_HOST=postgres
export ROOT_POSTGRES_SCHEMA=v1

export DBT_PROFILES_DIR=$PWD
echo Install dbt dependencies ...
dbt deps
echo Check test coverage ...
dbt run-operation required_tests

0 comments on commit 03eeb3d

Please sign in to comment.