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

Add a new type of cyclomatic #259

Merged
merged 2 commits into from
Aug 5, 2020
Merged

Conversation

Luni-4
Copy link
Collaborator

@Luni-4 Luni-4 commented Aug 5, 2020

  • Add a new type of cyclomatic
  • Add cyclomatic tests

@Luni-4 Luni-4 requested a review from calixteman August 5, 2020 14:45
@codecov-commenter
Copy link

codecov-commenter commented Aug 5, 2020

Codecov Report

Merging #259 into master will increase coverage by 0.15%.
The diff coverage is 52.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #259      +/-   ##
==========================================
+ Coverage   17.32%   17.47%   +0.15%     
==========================================
  Files          46       46              
  Lines        5918     5940      +22     
  Branches      698      706       +8     
==========================================
+ Hits         1025     1038      +13     
- Misses       4490     4492       +2     
- Partials      403      410       +7     
Impacted Files Coverage Δ
rust-code-analysis-cli/src/web/server.rs 56.77% <ø> (ø)
src/metrics/cyclomatic.rs 45.56% <52.00%> (+1.70%) ⬆️
src/metrics/exit.rs 48.93% <0.00%> (+4.25%) ⬆️

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 967304c...553b60a. Read the comment docs.

@calixteman calixteman merged commit 8722dc5 into mozilla:master Aug 5, 2020
@Luni-4 Luni-4 deleted the new-cc branch September 14, 2020 11:33
spacedragon pushed a commit to spacedragon/rust-code-analysis that referenced this pull request Feb 2, 2021
* Add a new type of cyclomatic complexity

* Add cyclomatic tests
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.

3 participants