Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into stage-result
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Jan 31, 2024
2 parents 4275580 + 08df43a commit ad0273a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Generate coverage with JaCoCo
run: mvn -V --color always -ntp clean verify '-Dgpg.skip'
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3.1.4
uses: codecov/codecov-action@v3.1.5
with:
files: 'target/site/jacoco/jacoco.xml'
token: ${{secrets.CODECOV_TOKEN}}
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<error-prone.version>2.24.1</error-prone.version>
<j2html.version>1.4.0</j2html.version>
<streamex.version>0.8.2</streamex.version>
<testcontainers.version>1.19.3</testcontainers.version>
<codingstyle.library.version>3.40.0</codingstyle.library.version>
<testcontainers.version>1.19.4</testcontainers.version>
<codingstyle.library.version>3.41.0</codingstyle.library.version>
</properties>

<licenses>
Expand Down

0 comments on commit ad0273a

Please sign in to comment.