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

Avoid CI failures in forks #2106

Merged
merged 1 commit into from Nov 21, 2020
Merged

Avoid CI failures in forks #2106

merged 1 commit into from Nov 21, 2020

Conversation

mockitoguy
Copy link
Member

When contributors fork the repo, they get GH actions that run when they push code to their forks. This change prevents GH Action "release" job failures. Example failure: https://github.com/shestee/mockito/actions/runs/375185562

When contributors fork the repo, they get GH actions that run when they push code to their forks. This change prevents GH Action "release" job failures. Example failure: https://github.com/shestee/mockito/actions/runs/375185562
@codecov-io
Copy link

codecov-io commented Nov 21, 2020

Codecov Report

Merging #2106 (f5419b0) into release/3.x (f8d0f1b) will increase coverage by 0.15%.
The diff coverage is n/a.

Impacted file tree graph

@@                Coverage Diff                @@
##             release/3.x    #2106      +/-   ##
=================================================
+ Coverage          84.74%   84.89%   +0.15%     
- Complexity          2717     2720       +3     
=================================================
  Files                325      325              
  Lines               8277     8277              
  Branches             989      989              
=================================================
+ Hits                7014     7027      +13     
+ Misses               992      981      -11     
+ Partials             271      269       -2     
Impacted Files Coverage Δ Complexity Δ
...l/creation/bytebuddy/InlineByteBuddyMockMaker.java 70.31% <0.00%> (+2.88%) 51.00% <0.00%> (+3.00%)
...rnal/util/reflection/ReflectionMemberAccessor.java 75.00% <0.00%> (+8.33%) 8.00% <0.00%> (ø%)

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 f8d0f1b...f5419b0. Read the comment docs.

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.

None yet

3 participants