We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d9014d commit 5a354abCopy full SHA for 5a354ab
.github/workflows/pull_request_push_test.yml
@@ -288,8 +288,8 @@ jobs:
288
PURVIEW_NAME: ${{secrets.PURVIEW_NAME}}
289
CONNECTION_STR: ${{secrets.CONNECTION_STR}}
290
run: |
291
- pytest --cov-report term-missing --cov=registry/sql-registry/registry --cov-config=registry/test/.coveragerc registry/test/test_sql_registry.py
292
pytest --cov-report term-missing --cov=registry/purview-registry/registry --cov-config=registry/test/.coveragerc registry/test/test_purview_registry.py
+ # pytest --cov-report term-missing --cov=registry/sql-registry/registry --cov-config=registry/test/.coveragerc registry/test/test_sql_registry.py
293
294
failure_notification:
295
# If any failure, warning message will be sent
0 commit comments