Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita28e550

Browse files
dependabot[bot]Fabio Borriello
and
Fabio Borriello
authored
Bump com.puppycrawl.tools:checkstyle from 11.0.1 to 11.1.0 (#603)
* Bump com.puppycrawl.tools:checkstyle from 11.0.1 to 11.1.0Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 11.0.1 to 11.1.0.- [Release notes](https://github.com/checkstyle/checkstyle/releases)- [Commits](checkstyle/checkstyle@checkstyle-11.0.1...checkstyle-11.1.0)---updated-dependencies:- dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 11.1.0 dependency-type: direct:production update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>* Trigger notification* Splits the test and Quality check from the coverall report to avoid having the workflow failing at first step* fixes the workflow error---------Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: Fabio Borriello <fborriello@expediagroup.com>
1 parent26402e5 commita28e550

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

‎.github/workflows/github-default-actions.yml‎

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,18 @@ jobs:
5151
env:
5252
GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}
5353
SOURCE_BRANCH:${{ steps.build_info.outputs.SOURCE_BRANCH }}
54-
COVERALLS_IO_TOKEN:${{ secrets.COVERALLS_IO_TOKEN }}
5554
with:
5655
max_attempts:10
5756
timeout_minutes:15
5857
retry_on:error
5958
command:|
60-
mvn verify jacoco:report-aggregate coveralls:report -D repoToken=$COVERALLS_IO_TOKEN -P compatibility-mode
59+
mvn verify jacoco:report-aggregate -P compatibility-mode
60+
-name:"Submit coverage to Coveralls"
61+
if:${{ env.COVERALLS_IO_TOKEN != '' }}
62+
env:
63+
COVERALLS_IO_TOKEN:${{ secrets.COVERALLS_IO_TOKEN }}
64+
run:|
65+
mvn coveralls:report -DrepoToken=$COVERALLS_IO_TOKEN
6166
security-check:
6267
name:"Security check"
6368
runs-on:ubuntu-latest

‎.github/workflows/github-default-jdk11-actions.yml‎

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,18 @@ jobs:
5151
env:
5252
GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}
5353
SOURCE_BRANCH:${{ steps.build_info.outputs.SOURCE_BRANCH }}
54-
COVERALLS_IO_TOKEN:${{ secrets.COVERALLS_IO_TOKEN }}
5554
with:
5655
max_attempts:3
5756
timeout_minutes:10
5857
retry_on:error
5958
command:|
60-
mvn verify jacoco:report-aggregate coveralls:report -D repoToken=$COVERALLS_IO_TOKEN -P compatibility-mode
59+
mvn verify jacoco:report-aggregate -P compatibility-mode
60+
-name:"Submit coverage to Coveralls"
61+
if:${{ env.COVERALLS_IO_TOKEN != '' }}
62+
env:
63+
COVERALLS_IO_TOKEN:${{ secrets.COVERALLS_IO_TOKEN }}
64+
run:|
65+
mvn coveralls:report -DrepoToken=$COVERALLS_IO_TOKEN
6166
security-check:
6267
name:"Security check"
6368
runs-on:ubuntu-latest

‎pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<maven.javadoc-plugin.version>3.12.0</maven.javadoc-plugin.version>
8585
<maven.checkstyle.plugin.version>3.6.0</maven.checkstyle.plugin.version>
8686
<maven.versions.plugin.version>2.19.1</maven.versions.plugin.version>
87-
<puppycrawl.checkstyle.version>11.0.1</puppycrawl.checkstyle.version>
87+
<puppycrawl.checkstyle.version>11.1.0</puppycrawl.checkstyle.version>
8888
<maven.release.plugin.version>3.0.0-M4</maven.release.plugin.version>
8989
<maven.nexus-staging.plugin.version>1.7.0</maven.nexus-staging.plugin.version>
9090
<maven.project.info.reports.plugin.version>3.1.2</maven.project.info.reports.plugin.version>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp