From afa33617df0d2e6a75910adb2e3093b133be5d3f Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Fri, 4 Aug 2023 21:35:40 +0200 Subject: [PATCH] Run catmux_create_session during test This is currently not tested, as it lives in an executable script rather than inside the package modules. --- .github/workflows/coverage.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 276ca9c..c0affe9 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -32,6 +32,9 @@ jobs: - name: Test with pytest run: | pytest --cov=catmux --cov-report=xml . + - name: Run example + run: | + catmux_create_session -d catmux/resources/example_session.yaml - name: Upload coverage to Codecov uses: codecov/codecov-action@v2 with: