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

fix: sealing: missing file type #8180

Merged
merged 1 commit into from
Feb 24, 2022
Merged

Conversation

jennijuju
Copy link
Member

@jennijuju jennijuju commented Feb 24, 2022

Related Issues

Proposed Changes

Additional Info

Checklist

Before you mark the PR ready for review, please make sure that:

  • All commits have a clear commit message.
  • The PR title is in the form of of <PR type>: <area>: <change being made>
    • example: fix: mempool: Introduce a cache for valid signatures
    • PR type: fix, feat, INTERFACE BREAKING CHANGE, CONSENSUS BREAKING, build, chore, ci, docs,perf, refactor, revert, style, test
    • area: api, chain, state, vm, data transfer, market, mempool, message, block production, multisig, networking, paychan, proving, sealing, wallet, deps
  • This PR has tests for new functionality or change in behaviour
  • If new user-facing features are introduced, clear usage guidelines and / or documentation updates should be included in https://lotus.filecoin.io or Discussion Tutorials.
  • CI is green

@jennijuju jennijuju requested a review from a team as a code owner February 24, 2022 21:27
@codecov
Copy link

codecov bot commented Feb 24, 2022

Codecov Report

Merging #8180 (f9641d7) into release/v1.14.1 (0ce666a) will decrease coverage by 0.04%.
The diff coverage is 0.00%.

Impacted file tree graph

@@                 Coverage Diff                 @@
##           release/v1.14.1    #8180      +/-   ##
===================================================
- Coverage            39.35%   39.31%   -0.05%     
===================================================
  Files                  657      657              
  Lines                71046    71050       +4     
===================================================
- Hits                 27958    27931      -27     
- Misses               38247    38273      +26     
- Partials              4841     4846       +5     
Impacted Files Coverage Δ
extern/sector-storage/stores/http_handler.go 73.44% <0.00%> (-1.70%) ⬇️
chain/events/message_cache.go 87.50% <0.00%> (-12.50%) ⬇️
storage/wdpost_sched.go 77.45% <0.00%> (-9.81%) ⬇️
chain/stmgr/call.go 71.51% <0.00%> (-3.64%) ⬇️
chain/events/events_called.go 83.90% <0.00%> (-1.96%) ⬇️
extern/storage-sealing/fsm.go 56.44% <0.00%> (-1.05%) ⬇️
chain/sync_manager.go 66.77% <0.00%> (-0.63%) ⬇️
markets/storageadapter/dealpublisher.go 82.03% <0.00%> (-0.49%) ⬇️
chain/messagepool/selection.go 83.91% <0.00%> (-0.39%) ⬇️
miner/miner.go 56.39% <0.00%> (-0.33%) ⬇️
... and 4 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 0ce666a...f9641d7. Read the comment docs.

@jennijuju jennijuju changed the base branch from release/v1.14.1 to release/v1.14.2 February 24, 2022 22:36
@jennijuju jennijuju merged commit 3621d86 into release/v1.14.2 Feb 24, 2022
@jennijuju jennijuju deleted the jennijuju-patch-2 branch February 24, 2022 22:41
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