Skip to content

Commit

Permalink
GHI #32 Disable coverage for now
Browse files Browse the repository at this point in the history
  • Loading branch information
doodspav committed Oct 27, 2024
1 parent d683345 commit e93cc3d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,14 @@ jobs:
files: test-results/**/*.xml

publish-coverage:
if: false
runs-on: ubuntu-latest
needs:
- test-native
- test-qemu
env:
HI_LIMIT: 50
MED_LIMIT: 50
HI_LIMIT: 100
MED_LIMIT: 90

steps:
- name: Install Dependencies
Expand Down

0 comments on commit e93cc3d

Please sign in to comment.