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

#29662: Introduce tor_assertf{_nonfatal}() to allow logging extra error message on assert failure #760

Closed
wants to merge 10 commits into from

Conversation

Labels
None yet
Projects
None yet
4 participants
@rl1987
Copy link
Contributor

@rl1987 rl1987 commented Mar 5, 2019

https://trac.torproject.org/projects/tor/ticket/29662

@coveralls
Copy link

@coveralls coveralls commented Mar 6, 2019

Pull Request Test Coverage Report for Build 4080

  • 1 of 14 (7.14%) changed or added relevant lines in 2 files are covered.
  • 6 unchanged lines in 3 files lost coverage.
  • Overall coverage increased (+0.0005%) to 61.704%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/lib/log/util_bug.c 0 13 0.0%
Files with Coverage Reduction New Missed Lines %
src/core/or/relay.c 1 49.33%
src/feature/hs/hs_common.c 1 83.28%
src/lib/log/util_bug.c 4 55.56%
Totals Coverage Status
Change from base Build 4068: 0.0005%
Covered Lines: 45341
Relevant Lines: 73481

💛 - Coveralls

src/lib/log/util_bug.c Outdated Show resolved Hide resolved
changes/ticket29662 Outdated Show resolved Hide resolved
src/lib/log/util_bug.c Outdated Show resolved Hide resolved
@rl1987 rl1987 closed this Apr 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment