Skip to content

Commit

Permalink
fix: code coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Apr 6, 2024
1 parent d2090c0 commit a35b74b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
java: ["11", "17", "21"]
java: [11, 17, 21]

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand All @@ -32,7 +32,7 @@ jobs:
run: |
./gradlew build test-integration
- if: matrix.java == '11'
- if: matrix.java == 11
name: Upload coverage to Codecov
uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
continue-on-error: true
Expand Down

0 comments on commit a35b74b

Please sign in to comment.