Skip to content

Commit cb6c018

Browse files
committed
covimerage.CoveragePlugin not supported with PyTracer after upgrade to ubuntu 24.0
1 parent 9766ea9 commit cb6c018

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-latest
11+
# runs-on: ubuntu-latest
12+
# covimerage.CoveragePlugin not supported with PyTracer after upgrade to ubuntu 24.04
13+
# https://github.com/Vimjas/covimerage/issues/104
14+
runs-on: ubuntu-22.04
1215

1316
strategy:
1417
fail-fast: false

0 commit comments

Comments
 (0)