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

Add mechanism to collect logs from test code #1245

Merged
merged 1 commit into from
Sep 15, 2024
Merged

Conversation

BartoszCiesla
Copy link
Collaborator

Add mechanism which collect logs from test code and store logs for each
test case separately and in case of test failures dump to stderr.
Mechanism collects all logs generated by log / tracing macros.

Add mechanism which collect logs from test code and store logs for each
test case separately and in case of test failures dump to stderr.
Mechanism collects all logs generated by log / tracing macros.
@BartoszCiesla BartoszCiesla requested a review from a team September 15, 2024 16:14
@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 10872489477

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.3%) to 75.394%

Files with Coverage Reduction New Missed Lines %
server/src/tcp/tcp_listener.rs 1 77.27%
Totals Coverage Status
Change from base Build 10836026942: 0.3%
Covered Lines: 23900
Relevant Lines: 31700

💛 - Coveralls

@BartoszCiesla BartoszCiesla merged commit 673937a into master Sep 15, 2024
17 checks passed
@BartoszCiesla BartoszCiesla deleted the integration-logs branch September 15, 2024 17:01
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.

3 participants