We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1fbd5 commit 2f59473Copy full SHA for 2f59473
.github/workflows/build.yml
@@ -122,7 +122,7 @@ jobs:
122
- name: Unit tests
123
run: ./mvnw test # making it temporarily verbose.
124
- name: Codecov
125
- uses: codecov/codecov-action@v4.0.1
+ uses: codecov/codecov-action@v4.1.0
126
- name: Install jars
127
run: ./mvnw install -q -B -DskipTests
128
- name: Integration tests using spring boot version ${{ matrix.spring-boot-version }}
0 commit comments