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

tests/thirdparty: use shallow clone #224

Merged
merged 2 commits into from
Nov 8, 2021

Conversation

mmcloughlin
Copy link
Owner

When trying to add a test case from the standard library, cloning golang/go
was taking forever. This PR switches to a shallow clone.

@codecov-commenter
Copy link

codecov-commenter commented Nov 8, 2021

Codecov Report

Merging #224 (4c4c435) into master (f355d27) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #224   +/-   ##
=======================================
  Coverage   75.52%   75.52%           
=======================================
  Files          58       58           
  Lines       35212    35212           
=======================================
  Hits        26595    26595           
  Misses       8464     8464           
  Partials      153      153           
Flag Coverage Δ
integration 8.81% <ø> (ø)
unittests 73.18% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 f355d27...4c4c435. Read the comment docs.

@mmcloughlin mmcloughlin merged commit 1de006d into master Nov 8, 2021
@mmcloughlin mmcloughlin deleted the tests-thirdparty-faster-clone branch November 8, 2021 00:30
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