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

Reduce functional test parallelism to 2. Hold Codecov reports until all builds complete. #3414

Merged
merged 2 commits into from
Sep 15, 2019

Conversation

anorth
Copy link
Member

@anorth anorth commented Sep 12, 2019

We're still seeing some coverage reports that appear incomplete. My hypothesis is that some splits of the functional tests sometimes complete ahead of integration tests, and the coverage is reported too early.

E.g. https://codecov.io/gh/filecoin-project/go-filecoin/pull/3410/changes, https://circleci.com/workflow-run/f43cc8b9-84aa-4dcf-ac45-1e18c484f821

Functional test parallelism was too high: one of the containers ran zero tests.

@codecov-io
Copy link

codecov-io commented Sep 12, 2019

Codecov Report

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

@@           Coverage Diff           @@
##           master   #3414    +/-   ##
=======================================
- Coverage      48%     46%    -3%     
=======================================
  Files         230     230            
  Lines       14341   14341            
=======================================
- Hits         6944    6612   -332     
- Misses       6372    6766   +394     
+ Partials     1025     963    -62

@anorth
Copy link
Member Author

anorth commented Sep 12, 2019

The coverage reported above does not inspire confidence. But I'm not sure if we need the changes to be on the base branch, master, to make the difference? Anyway, this is less wrong.

@anorth anorth requested a review from frrist September 13, 2019 00:17
@anorth anorth merged commit d35d8cf into master Sep 15, 2019
@anorth anorth deleted the anorth/cov branch September 15, 2019 23:05
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.

4 participants