Skip to content

Commit

Permalink
code coverage does not work in pharo 12
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Dec 27, 2023
1 parent 316d249 commit 12504d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
smalltalk: [ Pharo64-11, Pharo64-10, Pharo64-9.0, Pharo64-8.0, Pharo64-7.0, GemStone64-3.7.0, GemStone64-3.6.5, GemStone64-3.5.7 ]
smalltalk: [ Pharo64-11, Pharo64-10, Pharo64-9.0, Pharo64-8.0, Pharo64-7.0, GemStone64-3.7.0, GemStone64-3.6.7, GemStone64-3.5.7 ]
experimental: [ false ]
include:
- smalltalk: Pharo64-12
Expand Down Expand Up @@ -44,5 +44,6 @@ jobs:
timeout-minutes: 20
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
if: matrix.smalltalk != 'Pharo64-12'
with:
name: ${{ matrix.smalltalk }}

0 comments on commit 12504d9

Please sign in to comment.