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

Run all tests (and compilation) in parallel with autotools. #1122

Merged
merged 1 commit into from
Aug 25, 2018

Conversation

iphydf
Copy link
Member

@iphydf iphydf commented Aug 25, 2018

With distcheck, it's all or nothing, so we build with -j50 and run tests
with -j50.


This change is Reviewable

With distcheck, it's all or nothing, so we build with -j50 and run tests
with -j50.
@iphydf iphydf added this to the v0.2.x milestone Aug 25, 2018
@codecov
Copy link

codecov bot commented Aug 25, 2018

Codecov Report

Merging #1122 into master will decrease coverage by 0.1%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #1122     +/-   ##
========================================
- Coverage    82.5%   82.4%   -0.2%     
========================================
  Files          80      80             
  Lines       14339   14339             
========================================
- Hits        11838   11821     -17     
- Misses       2501    2518     +17
Impacted Files Coverage Δ
auto_tests/toxav_many_test.c 92.5% <0%> (-4.1%) ⬇️
toxcore/network.c 83.4% <0%> (-1.5%) ⬇️
toxcore/LAN_discovery.c 83.9% <0%> (-1%) ⬇️
toxcore/tox.c 65.7% <0%> (-1%) ⬇️
toxcore/friend_connection.c 93.6% <0%> (-0.9%) ⬇️
toxcore/net_crypto.c 93.1% <0%> (-0.5%) ⬇️
toxcore/Messenger.c 85.8% <0%> (-0.4%) ⬇️
toxav/toxav.c 68.8% <0%> (ø) ⬆️
toxav/msi.c 65.9% <0%> (+0.8%) ⬆️
toxcore/group.c 73.1% <0%> (+1.4%) ⬆️

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 853a2a1...0935aab. Read the comment docs.

Copy link
Member

@robinlinden robinlinden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm_strong:

Reviewed 1 of 1 files at r1.
Reviewable status: 0 of 1 approvals obtained

@iphydf iphydf merged commit 0935aab into TokTok:master Aug 25, 2018
@iphydf iphydf deleted the distcheck-j-50 branch August 25, 2018 15:25
@robinlinden robinlinden modified the milestones: v0.2.x, v0.2.7 Aug 30, 2018
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