test(scripts): create measurement script tests

This commit is contained in:
Umut
2021-11-12 16:46:58 +03:00
parent e7e7a02425
commit d244bcace9
13 changed files with 213 additions and 3 deletions

View File

@@ -285,6 +285,10 @@ jobs:
if: ${{ github.event_name == 'schedule' && steps.conformance.outcome == 'success' && !cancelled() }}
run: |
make pytest_nb
- name: PyTest Progress Tracker
if: ${{ steps.conformance.outcome == 'success' && !cancelled() }}
run: |
make pytest_progress_tracker
- name: Test coverage
id: coverage
if: ${{ always() && steps.pytest.outcome != 'skipped' && !cancelled() }}