Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Sep 29, 2023
1 parent 1fb2548 commit 9a050c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
extra-packages: |
any::covr
local::.
needs: coverage
needs: coverage

- name: Test example coverage
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
pak-version: devel
extra-packages: |
any::covr
needs: check
needs: coverage

- name: Test coverage
run: |
Expand Down

0 comments on commit 9a050c3

Please sign in to comment.