From aa410506b552abec17160172b0e0dec875612643 Mon Sep 17 00:00:00 2001 From: Amjith Ramanujam Date: Sun, 24 Nov 2024 21:30:49 -0800 Subject: [PATCH] Reset test/myclirc after behave tests. --- .coveragerc | 3 +++ .github/workflows/ci.yml | 1 + 2 files changed, 4 insertions(+) create mode 100644 .coveragerc diff --git a/.coveragerc b/.coveragerc new file mode 100644 index 00000000..8d3149f6 --- /dev/null +++ b/.coveragerc @@ -0,0 +1,3 @@ +[run] +parallel = True +source = mycli diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31147fd5..f7a9343c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,7 @@ jobs: PYTEST_HOST: 127.0.0.1 run: | uv run tox -e py${{ matrix.python-version }} + git checkout test/myclirc - name: Run Style Checks run: uv run tox -e style