Closed liupeirong closed 3 years ago
----------- coverage: platform linux, python 3.7.9-final-0 ----------- | Name | Stmts | Miss | Cover |
---|---|---|---|---|
src/dbcicdlib/init.py | 0 | 0 | 100% | |
src/dbcicdlib/some_func.py | 2 | 0 | 100% | |
src/get_job_id.py | 17 | 17 | 0% | |
src/main_notebook.py | 13 | 13 | 0% | |
src/setup.py | 2 | 2 | 0% | |
TOTAL | 34 | 32 | 6% | |
=================== | 1 | passed, | 1 |
Can you also please check what this error means? Did the integration test finished successfully?
This sample consists of a Databricks Python notebook that calls a function defined in a Python module. It demonstrates how to:
Note that GitHub Actions must be triggered once to show in Actions tab.