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

ladislas/feature/logger lock mutex #246

Merged
merged 2 commits into from
May 10, 2021

Conversation

ladislas
Copy link
Member

  • 🎨 (logger): Replace mutex lock/unlock with std::lock_guard
  • 🩹 (logger): Remove redundant new line in test_print function using std::cout

@codeclimate
Copy link

codeclimate bot commented May 10, 2021

Code Climate has analyzed commit 8fe0b01 and detected 0 issues on this pull request.

View more on Code Climate.

@codecov
Copy link

codecov bot commented May 10, 2021

Codecov Report

Merging #246 (8fe0b01) into develop (fff3597) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           develop      #246   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           49        49           
  Lines          811       811           
=========================================
  Hits           811       811           
Impacted Files Coverage Δ
libs/LogKit/include/LogKit.h 100.00% <ø> (ø)

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 fff3597...8fe0b01. Read the comment docs.

@sonarcloud
Copy link

sonarcloud bot commented May 10, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@ladislas ladislas merged commit 6815cb8 into develop May 10, 2021
@ladislas ladislas deleted the ladislas/feature/logger-lock-mutex branch May 10, 2021 16:15
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.

None yet

1 participant