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:ci:make codecov quiet #8600

Merged
merged 3 commits into from
May 4, 2022
Merged

chore:ci:make codecov quiet #8600

merged 3 commits into from
May 4, 2022

Conversation

ZenGround0
Copy link
Contributor

@ZenGround0 ZenGround0 commented May 4, 2022

Related Issues

Proposed Changes

Couldn't figure out threshold so just made codecov not fail things which really shouldn't change our workflows

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

@ZenGround0 ZenGround0 requested a review from a team as a code owner May 4, 2022 19:15
@codecov
Copy link

codecov bot commented May 4, 2022

Codecov Report

Merging #8600 (0b5e40f) into master (27e99ff) will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #8600      +/-   ##
==========================================
+ Coverage   40.83%   40.85%   +0.02%     
==========================================
  Files         686      686              
  Lines       75710    75710              
==========================================
+ Hits        30916    30932      +16     
+ Misses      39462    39437      -25     
- Partials     5332     5341       +9     
Impacted Files Coverage Δ
chain/events/observer.go 73.79% <0.00%> (-6.21%) ⬇️
chain/stmgr/call.go 65.94% <0.00%> (-3.25%) ⬇️
chain/events/events_height.go 68.90% <0.00%> (-2.53%) ⬇️
chain/sub/incoming.go 59.02% <0.00%> (-2.45%) ⬇️
storage/wdpost_sched.go 79.41% <0.00%> (-1.97%) ⬇️
extern/storage-sealing/currentdealinfo.go 71.92% <0.00%> (-1.76%) ⬇️
lib/rpcenc/reader.go 70.87% <0.00%> (-1.46%) ⬇️
storage/wdpost_run.go 71.06% <0.00%> (-0.78%) ⬇️
extern/storage-sealing/fsm_events.go 50.62% <0.00%> (-0.63%) ⬇️
chain/stmgr/stmgr.go 63.00% <0.00%> (-0.50%) ⬇️
... and 15 more

@ZenGround0 ZenGround0 changed the title try this chore:ci:make codecov quiet May 4, 2022
@magik6k magik6k merged commit 4fcc9a1 into master May 4, 2022
@magik6k magik6k deleted the chore/codecov branch May 4, 2022 20: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