Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Added more documentation #476

Merged
merged 1 commit into from Sep 30, 2021
Merged

Added more documentation #476

merged 1 commit into from Sep 30, 2021

Conversation

jorgecarleitao
Copy link
Owner

@jorgecarleitao jorgecarleitao commented Sep 30, 2021

Also added #![deny(missing_docs)] to some of the modules so that we start forcing ourselves to produce API docs for public APIs.

@jorgecarleitao jorgecarleitao added the documentation Improvements or additions to documentation label Sep 30, 2021
@codecov
Copy link

codecov bot commented Sep 30, 2021

Codecov Report

Merging #476 (e759a86) into main (76e8992) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #476   +/-   ##
=======================================
  Coverage   80.08%   80.08%           
=======================================
  Files         373      373           
  Lines       22937    22937           
=======================================
  Hits        18370    18370           
  Misses       4567     4567           
Impacted Files Coverage Δ
src/array/list/mod.rs 72.72% <ø> (ø)
src/array/mod.rs 54.62% <ø> (ø)
src/datatypes/mod.rs 71.42% <ø> (ø)
src/ffi/ffi.rs 92.08% <ø> (ø)
src/ffi/mod.rs 100.00% <ø> (ø)
src/io/avro/mod.rs 0.00% <ø> (ø)
src/io/avro/read/mod.rs 77.19% <ø> (ø)
src/io/csv/mod.rs 0.00% <ø> (ø)
src/io/csv/read/deserialize.rs 57.42% <ø> (ø)
src/io/csv/read/reader.rs 63.15% <ø> (ø)
... and 14 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 76e8992...e759a86. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit 55c3f9c into main Sep 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant