Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linters-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ jobs:
poetry install --no-root

- name: Run integration tests
run: tox -e integration-dbt10,integration-dbt11,integration-dbt12,integration-dbt13,integration-dbt14,integration-dbt15,integration-dbt16,integration-dbt17,integration-dbt18,integration-dbt19
run: tox -e integration-dbt10,integration-dbt11,integration-dbt12,integration-dbt13,integration-dbt14,integration-dbt15,integration-dbt16,integration-dbt17,integration-dbt18,integration-dbt19,integration-dbt110,integration-dbt111
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- Support for `dbt==1.10` and `dbt==1.11`. [#97]

### Fixed
- Compute unit test coverage only for models. [#95] _Thanks to @pvij!_

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ the support matrix.
|-------------|----------------|
| <0.20 | not tested |
| 0.20 - 0.21 | 0.1 |
| 1.0 - 1.9 | 0.2 - 0.4 |
| 1.0 - 1.11 | 0.2 - 0.4 |

## Related packages

Expand Down
Loading
Loading