Skip to content

Commit

Permalink
Handle more wanings/annotations in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Mar 9, 2024
1 parent 51b47c1 commit 4ed39c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/wide_integer_codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ jobs:
echo "return to wide-integer root directory"
cd ../..
- name: upload-codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: .gcov/make/coverage.info
plugin: gcov
file: ${{ runner.workspace }}/wide-integer/.gcov/make/coverage.info
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
functionalities: fix
verbose: false
4 changes: 2 additions & 2 deletions .github/workflows/wide_integer_sonar.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
# Copyright Christopher Kormanyos 2022 - 2024.
# Distributed under the Boost Software License,
# Version 1.0. (See accompanying file LICENSE_1_0.txt
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
./bootstrap.sh
./b2 headers
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
Expand Down

0 comments on commit 4ed39c5

Please sign in to comment.