filecoin-project / go-state-types

Primitive and low level types used in chain state and actor method parameters
Other
27 stars 37 forks source link

Update all dependencies, add dependabot config #297

Closed rvagg closed 3 months ago

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 0% with 7 lines in your changes missing coverage. Please review.

Project coverage is 3.57%. Comparing base (2ceb61b) to head (5375a89). Report is 13 commits behind head on master.

Files with missing lines Patch % Lines
builtin/v10/miner/invariants.go 0.00% 1 Missing :warning:
builtin/v11/miner/invariants.go 0.00% 1 Missing :warning:
builtin/v12/miner/invariants.go 0.00% 1 Missing :warning:
builtin/v13/miner/invariants.go 0.00% 1 Missing :warning:
builtin/v14/miner/invariants.go 0.00% 1 Missing :warning:
builtin/v8/miner/invariants.go 0.00% 1 Missing :warning:
builtin/v9/miner/invariants.go 0.00% 1 Missing :warning:
Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/filecoin-project/go-state-types/pull/297/graphs/tree.svg?width=650&height=150&src=pr&token=HKKDOH9D3X&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-state-types/pull/297?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project) ```diff @@ Coverage Diff @@ ## master #297 +/- ## ====================================== Coverage 3.57% 3.57% ====================================== Files 520 520 Lines 96959 96959 ====================================== Hits 3468 3468 Misses 92140 92140 Partials 1351 1351 ``` | [Files with missing lines](https://app.codecov.io/gh/filecoin-project/go-state-types/pull/297?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project) | Coverage Δ | | |---|---|---| | [builtin/v10/miner/invariants.go](https://app.codecov.io/gh/filecoin-project/go-state-types/pull/297?src=pr&el=tree&filepath=builtin%2Fv10%2Fminer%2Finvariants.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project#diff-YnVpbHRpbi92MTAvbWluZXIvaW52YXJpYW50cy5nbw==) | `0.00% <0.00%> (ø)` | | | [builtin/v11/miner/invariants.go](https://app.codecov.io/gh/filecoin-project/go-state-types/pull/297?src=pr&el=tree&filepath=builtin%2Fv11%2Fminer%2Finvariants.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project#diff-YnVpbHRpbi92MTEvbWluZXIvaW52YXJpYW50cy5nbw==) | `0.00% <0.00%> (ø)` | | | [builtin/v12/miner/invariants.go](https://app.codecov.io/gh/filecoin-project/go-state-types/pull/297?src=pr&el=tree&filepath=builtin%2Fv12%2Fminer%2Finvariants.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project#diff-YnVpbHRpbi92MTIvbWluZXIvaW52YXJpYW50cy5nbw==) | `0.00% <0.00%> (ø)` | | | [builtin/v13/miner/invariants.go](https://app.codecov.io/gh/filecoin-project/go-state-types/pull/297?src=pr&el=tree&filepath=builtin%2Fv13%2Fminer%2Finvariants.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project#diff-YnVpbHRpbi92MTMvbWluZXIvaW52YXJpYW50cy5nbw==) | `0.00% <0.00%> (ø)` | | | [builtin/v14/miner/invariants.go](https://app.codecov.io/gh/filecoin-project/go-state-types/pull/297?src=pr&el=tree&filepath=builtin%2Fv14%2Fminer%2Finvariants.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project#diff-YnVpbHRpbi92MTQvbWluZXIvaW52YXJpYW50cy5nbw==) | `0.00% <0.00%> (ø)` | | | [builtin/v8/miner/invariants.go](https://app.codecov.io/gh/filecoin-project/go-state-types/pull/297?src=pr&el=tree&filepath=builtin%2Fv8%2Fminer%2Finvariants.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project#diff-YnVpbHRpbi92OC9taW5lci9pbnZhcmlhbnRzLmdv) | `0.00% <0.00%> (ø)` | | | [builtin/v9/miner/invariants.go](https://app.codecov.io/gh/filecoin-project/go-state-types/pull/297?src=pr&el=tree&filepath=builtin%2Fv9%2Fminer%2Finvariants.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=filecoin-project#diff-YnVpbHRpbi92OS9taW5lci9pbnZhcmlhbnRzLmdv) | `0.00% <0.00%> (ø)` | |
rvagg commented 3 months ago

~hah, why is staticcheck deciding to be difficult on this one with xerrors.Is?~

because I updated xerrors and it now has a deprecation notice