filecoin-project / go-f3

Golang implementation of Fast Finality for Filecoin (F3)
Apache License 2.0
12 stars 7 forks source link

Fix typo in msgdump structs #709

Closed masih closed 1 month ago

masih commented 1 month ago

Minor typo fix.

While at it, use temp dir from t in parquet test even though it is currently skipped.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 76.23%. Comparing base (866f785) to head (31a7ac5). Report is 1 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/filecoin-project/go-f3/pull/709/graphs/tree.svg?width=650&height=150&src=pr&token=6uD131t7gs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project)](https://app.codecov.io/gh/filecoin-project/go-f3/pull/709?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project) ```diff @@ Coverage Diff @@ ## main #709 +/- ## ========================================== - Coverage 76.55% 76.23% -0.33% ========================================== Files 69 69 Lines 5584 5584 ========================================== - Hits 4275 4257 -18 - Misses 901 915 +14 - Partials 408 412 +4 ``` [see 3 files with indirect coverage changes](https://app.codecov.io/gh/filecoin-project/go-f3/pull/709/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project)