Skip to content

Commit

Permalink
Add forgotten dbt run in README
Browse files Browse the repository at this point in the history
  • Loading branch information
sweco committed Nov 28, 2021
1 parent 61dfed2 commit f5e012c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ $ dbt-coverage compute doc --cov-report before.json --cov-fail-under 0.5 # Fail
# Make changes to the dbt project, e.g. add some columns to the DWH, document some columns, etc.
$ dbt docs generate
$ dbt run # Materialize the changed models
$ dbt docs generate # Generate catalog.json and manifest.json
$ dbt-coverage compute doc --cov-report after.json --cov-fail-compare before.json # Fail if the current coverage is lower than coverage in before.json
$ dbt-coverage compare after.json before.json # Generate a detailed coverage delta report
```
Expand Down

0 comments on commit f5e012c

Please sign in to comment.