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

Implement concurrent downloads #23

Merged
merged 10 commits into from
Nov 19, 2024

Cleanup

bb266b3
Select commit
Loading
Failed to load commit list.
Merged

Implement concurrent downloads #23

Cleanup
bb266b3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 19, 2024 in 1s

2.19% of diff hit (target 40.36%)

View this Pull Request on Codecov

2.19% of diff hit (target 40.36%)

Annotations

Check warning on line 41 in src/asyncutil/lsg.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/asyncutil/lsg.rs#L33-L41

Added lines #L33 - L41 were not covered by tests

Check warning on line 50 in src/asyncutil/lsg.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/asyncutil/lsg.rs#L43-L50

Added lines #L43 - L50 were not covered by tests

Check warning on line 61 in src/asyncutil/lsg.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/asyncutil/lsg.rs#L52-L61

Added lines #L52 - L61 were not covered by tests

Check warning on line 70 in src/asyncutil/lsg.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/asyncutil/lsg.rs#L63-L70

Added lines #L63 - L70 were not covered by tests

Check warning on line 80 in src/asyncutil/lsg.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/asyncutil/lsg.rs#L78-L80

Added lines #L78 - L80 were not covered by tests

Check warning on line 22 in src/inventory/item.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/inventory/item.rs#L19-L22

Added lines #L19 - L22 were not covered by tests

Check warning on line 26 in src/inventory/item.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/inventory/item.rs#L24-L26

Added lines #L24 - L26 were not covered by tests

Check warning on line 22 in src/inventory/list.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/inventory/list.rs#L14-L22

Added lines #L14 - L22 were not covered by tests

Check warning on line 33 in src/inventory/list.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/inventory/list.rs#L28-L33

Added lines #L28 - L33 were not covered by tests

Check warning on line 21 in src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main.rs#L21

Added line #L21 was not covered by tests

Check warning on line 24 in src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main.rs#L24

Added line #L24 was not covered by tests

Check warning on line 38 in src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main.rs#L37-L38

Added lines #L37 - L38 were not covered by tests

Check warning on line 18 in src/s3/location.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/s3/location.rs#L14-L18

Added lines #L14 - L18 were not covered by tests

Check warning on line 31 in src/s3/location.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/s3/location.rs#L29-L31

Added lines #L29 - L31 were not covered by tests

Check warning on line 35 in src/s3/location.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/s3/location.rs#L35

Added line #L35 was not covered by tests

Check warning on line 49 in src/s3/location.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/s3/location.rs#L47-L49

Added lines #L47 - L49 were not covered by tests

Check warning on line 55 in src/s3/location.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/s3/location.rs#L51-L55

Added lines #L51 - L55 were not covered by tests

Check warning on line 64 in src/s3/location.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/s3/location.rs#L64

Added line #L64 was not covered by tests

Check warning on line 114 in src/s3/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/s3/mod.rs#L107-L114

Added lines #L107 - L114 were not covered by tests

Check warning on line 161 in src/s3/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/s3/mod.rs#L160-L161

Added lines #L160 - L161 were not covered by tests

Check warning on line 171 in src/s3/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/s3/mod.rs#L171

Added line #L171 was not covered by tests

Check warning on line 174 in src/s3/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/s3/mod.rs#L174

Added line #L174 was not covered by tests

Check warning on line 36 in src/syncer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/syncer.rs#L24-L36

Added lines #L24 - L36 were not covered by tests

Check warning on line 41 in src/syncer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/syncer.rs#L38-L41

Added lines #L38 - L41 were not covered by tests

Check warning on line 49 in src/syncer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/syncer.rs#L43-L49

Added lines #L43 - L49 were not covered by tests