Skip to content

Commit 529f1cb

Browse files
committed
chore: echo note when make test excludes cfn_language_extensions
Developers running 'make test' locally now see a visible note that cfn_language_extensions tests are excluded, with a pointer to 'make test-all' for full coverage.
1 parent 63d4f8c commit 529f1cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ init-latest-release:
2727

2828
test:
2929
# Run unit tests (excluding cfn_language_extensions) and fail if coverage falls below 94%
30+
@echo "NOTE: Excluding cfn_language_extensions tests. Use 'make test-all' for full coverage."
3031
pytest --cov samcli --cov schema --cov-report term-missing --cov-fail-under 94 tests/unit --ignore=tests/unit/lib/cfn_language_extensions --cov-config=.coveragerc_no_lang_ext
3132

3233
test-lang-ext:

0 commit comments

Comments
 (0)