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

chore: .gitignore: ignore built in actor bundles #8590

Merged
merged 1 commit into from
May 3, 2022
Merged

Conversation

jennijuju
Copy link
Member

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 May 3, 2022 19:56
@codecov
Copy link

codecov bot commented May 3, 2022

Codecov Report

Merging #8590 (abf4957) into master (7036636) will decrease coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #8590      +/-   ##
==========================================
- Coverage   40.87%   40.81%   -0.06%     
==========================================
  Files         686      686              
  Lines       75710    75710              
==========================================
- Hits        30946    30901      -45     
- Misses      39432    39470      +38     
- Partials     5332     5339       +7     
Impacted Files Coverage Δ
chain/events/state/fastapi.go 75.00% <0.00%> (-25.00%) ⬇️
itests/kit/blockminer.go 70.65% <0.00%> (-19.03%) ⬇️
chain/events/observer.go 73.79% <0.00%> (-6.21%) ⬇️
extern/storage-sealing/currentdealinfo.go 71.92% <0.00%> (-3.51%) ⬇️
chain/types/tipset_key.go 85.96% <0.00%> (-3.51%) ⬇️
node/impl/full/mpool.go 46.95% <0.00%> (-1.74%) ⬇️
extern/sector-storage/manager_post.go 80.59% <0.00%> (-1.50%) ⬇️
miner/miner.go 56.72% <0.00%> (-1.32%) ⬇️
chain/store/store.go 64.33% <0.00%> (-0.67%) ⬇️
node/impl/storminer.go 24.34% <0.00%> (-0.32%) ⬇️
... and 11 more

@jennijuju jennijuju merged commit 2478814 into master May 3, 2022
@jennijuju jennijuju deleted the jen/gitignore branch May 3, 2022 20:31
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