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

clang-tidy: do not use 0 for bool #1708

Merged
merged 1 commit into from
Jun 21, 2021
Merged

clang-tidy: do not use 0 for bool #1708

merged 1 commit into from
Jun 21, 2021

Conversation

neheb
Copy link
Collaborator

@neheb neheb commented Jun 10, 2021

Found with modernize-use-bool-literals

Signed-off-by: Rosen Penev rosenp@gmail.com

Found with modernize-use-bool-literals

Signed-off-by: Rosen Penev <rosenp@gmail.com>
@codecov
Copy link

codecov bot commented Jun 10, 2021

Codecov Report

Merging #1708 (ba28ba5) into main (19000cd) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1708   +/-   ##
=======================================
  Coverage   66.89%   66.89%           
=======================================
  Files         151      151           
  Lines       20761    20761           
=======================================
  Hits        13889    13889           
  Misses       6872     6872           
Impacted Files Coverage Δ
include/exiv2/xmp_exiv2.hpp 92.30% <ø> (ø)

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 19000cd...ba28ba5. Read the comment docs.

@hassec hassec merged commit 4a654e4 into Exiv2:main Jun 21, 2021
@neheb neheb deleted the thr branch June 21, 2021 19:21
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.

2 participants