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: removes reference to coveralls plugin which is not useful because codecov is used to track code coverage #4235

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

jlerbsc
Copy link
Collaborator

@jlerbsc jlerbsc commented Nov 27, 2023

Fixes #3115 .

@jlerbsc jlerbsc changed the title Fix: removes reference to coveralls plugin which is not useful becae codecov is used to track code coverage Fix: removes reference to coveralls plugin which is not useful because codecov is used to track code coverage Nov 27, 2023
Copy link

codecov bot commented Nov 27, 2023

Codecov Report

Merging #4235 (d446050) into master (240fc7a) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##              master     #4235   +/-   ##
===========================================
  Coverage     57.995%   57.995%           
  Complexity      2330      2330           
===========================================
  Files            647       647           
  Lines          34577     34577           
  Branches        5974      5974           
===========================================
  Hits           20053     20053           
  Misses         12366     12366           
  Partials        2158      2158           
Flag Coverage Δ
AlsoSlowTests 57.995% <ø> (ø)
javaparser-core 50.537% <ø> (ø)
javaparser-symbol-solver 37.085% <ø> (ø)
jdk-10 57.983% <ø> (+0.002%) ⬆️
jdk-11 57.983% <ø> (ø)
jdk-12 57.983% <ø> (ø)
jdk-13 57.977% <ø> (ø)
jdk-14 57.983% <ø> (ø)
jdk-15 57.983% <ø> (ø)
jdk-16 57.957% <ø> (ø)
jdk-17 57.957% <ø> (ø)
jdk-8 57.974% <ø> (-0.006%) ⬇️
jdk-9 57.983% <ø> (ø)
macos-latest 57.986% <ø> (-0.003%) ⬇️
ubuntu-latest 57.983% <ø> (ø)
windows-latest 57.977% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 240fc7a...d446050. Read the comment docs.

@jlerbsc jlerbsc merged commit 7a3d009 into javaparser:master Nov 27, 2023
34 of 35 checks passed
@jlerbsc jlerbsc added this to the next release milestone Nov 27, 2023
@jlerbsc jlerbsc added the PR: Changed A PR that changes implementation without changing behaviour (e.g. performance) label Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: Changed A PR that changes implementation without changing behaviour (e.g. performance)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Coveralls report not updating
1 participant