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

Try using make -k in Travis configuration #1351

Merged

Conversation

Labels
None yet
Projects
None yet
3 participants
@nmathewson
Copy link
Contributor

@nmathewson nmathewson commented Sep 23, 2019

Frequently, when a patch fails, it has failures in several files.
Using the "-k" flag will let us learn all the compilation errors,
not just the first one that the compiler hits.

Based on a patch by rl1987.

Frequently, when a patch fails, it has failures in several files.
Using the "-k" flag will let us learn all the compilation errors,
not just the first one that the compiler hits.

Based on a patch by rl1987.
@coveralls
Copy link

@coveralls coveralls commented Sep 23, 2019

Pull Request Test Coverage Report for Build 6352

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 12 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.02%) to 50.112%

Files with Coverage Reduction New Missed Lines %
src/or/shared_random.c 3 85.38%
src/or/routerparse.c 9 72.78%
Totals Coverage Status
Change from base Build 6271: -0.02%
Covered Lines: 29503
Relevant Lines: 58874

💛 - Coveralls

@torproject-pusher torproject-pusher merged commit 6ed3d8d into torproject:maint-0.2.9 Oct 22, 2019
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment