Skip to content

Commit

Permalink
try getting coverage to work in sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed May 8, 2024
1 parent 11828a0 commit 0811513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
python-version: "3.12"
- name: Install deps
run: |
apt update
apt install -y pipx git
sudo apt update
sudo apt install -y pipx git
pipx ensurepath
pipx install poetry
- name: Test coverage for Kube API
Expand Down

0 comments on commit 0811513

Please sign in to comment.