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

Store processed branch/path function data #755

Conversation

dvdoug
Copy link
Contributor

@dvdoug dvdoug commented May 24, 2020

Hello @sebastianbergmann

The next piece of the work for #380 is attached, this part takes the captured branch/path data that is now available and records the testcase data against it.

@codecov
Copy link

codecov bot commented May 24, 2020

Codecov Report

Merging #755 into master will increase coverage by 0.17%.
The diff coverage is 97.14%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #755      +/-   ##
============================================
+ Coverage     84.25%   84.42%   +0.17%     
- Complexity      853      874      +21     
============================================
  Files            38       38              
  Lines          2521     2555      +34     
============================================
+ Hits           2124     2157      +33     
- Misses          397      398       +1     
Impacted Files Coverage Δ Complexity Δ
src/Driver/Driver.php 90.00% <ø> (ø) 10.00 <0.00> (ø)
src/ProcessedCodeCoverageData.php 98.73% <96.96%> (-1.27%) 47.00 <1.00> (+20.00) ⬇️
src/RawCodeCoverageData.php 100.00% <100.00%> (ø) 11.00 <1.00> (+1.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 866a6b5...134a5d0. Read the comment docs.

@dvdoug dvdoug force-pushed the store_processed_branch_path_data branch 2 times, most recently from 2dc88b7 to 3ba29be Compare May 24, 2020 18:51
@dvdoug dvdoug force-pushed the store_processed_branch_path_data branch from 3ba29be to 134a5d0 Compare May 24, 2020 18:52
@sebastianbergmann sebastianbergmann merged commit 9f21971 into sebastianbergmann:master May 25, 2020
@dvdoug dvdoug deleted the store_processed_branch_path_data branch May 25, 2020 10:58
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