Skip to content

Commit

Permalink
try getting coverage to work upd sources
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed May 8, 2024
1 parent 53ac1f3 commit 5b14181
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,12 @@ jobs:
pipx install poetry
- name: Test coverage for Kube API
run: |
cd microservices/kubeApi
pwd
cd $GITHUB_WORKSPACE
pwd
ls -l
export PATH=/root/.local/bin:$PATH
cd $GITHUB_WORKSPACE/microservices/kubeApi
poetry install --no-root
ACCESS_USER=kubeuser ACCESS_SECRET=s3cret \
poetry run coverage run --branch --source=auth,clients,routers -m pytest -s
Expand Down

0 comments on commit 5b14181

Please sign in to comment.