Skip to content

Commit

Permalink
Reset test/myclirc after behave tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
amjith committed Nov 25, 2024
1 parent 4bc6326 commit aa41050
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[run]
parallel = True
source = mycli
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit aa41050

Please sign in to comment.