Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

01715: Fail CI step/workflow on javadoc warnings #1719

Merged
merged 1 commit into from
Jul 1, 2021

Conversation

qnswirlds
Copy link
Contributor

Related issue(s):
Closes #1715

Signed-off-by: Quan Nguyen <quan.nguyen@hedera.com>
@codecov
Copy link

codecov bot commented Jun 30, 2021

Codecov Report

Merging #1719 (37fac22) into master (89bda79) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1719   +/-   ##
=========================================
  Coverage     92.17%   92.17%           
  Complexity     6426     6426           
=========================================
  Files           490      490           
  Lines         18408    18408           
  Branches       1904     1904           
=========================================
  Hits          16967    16967           
  Misses          974      974           
  Partials        467      467           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 89bda79...37fac22. Read the comment docs.

Copy link
Contributor

@ljianghedera ljianghedera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

</configuration>
<executions>
<execution>
<phase>install</phase>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that this phase setting allows mvn clean install to pass on javadoc warnings, which allows developers to take care of those warnings at a later time (when they run mvn javadoc:javadoc)

@qnswirlds qnswirlds merged commit 1bf85cf into master Jul 1, 2021
@qnswirlds qnswirlds deleted the 01715-M-fail-on-javadoc-warnings branch July 1, 2021 05:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fail CI step/workflow on javadoc warnings
3 participants