Skip to content

Commit

Permalink
Merge pull request #183 from canonical/7.0
Browse files Browse the repository at this point in the history
7.0 - API adjustments, Pebble check events, and container exec improvements
  • Loading branch information
tonyandrewmeyer authored Sep 9, 2024
2 parents 6080dbd + f3cc865 commit 60010ea
Show file tree
Hide file tree
Showing 53 changed files with 4,610 additions and 3,234 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/quality_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- 7.0

jobs:
linting:
Expand Down Expand Up @@ -41,4 +42,4 @@ jobs:
- name: Install dependencies
run: python -m pip install tox
- name: Run unit tests
run: tox -vve unit
run: tox -vve unit
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
venv/
.venv/
build/
docs/build/
docs/_build/
*.charm
.tox/
.coverage
Expand All @@ -11,3 +12,4 @@ __pycache__/
dist/
*.pytest_cache
htmlcov/
.vscode
Loading

0 comments on commit 60010ea

Please sign in to comment.