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

ignore phpunit cache file in git version control #1136

Merged
merged 1 commit into from
Mar 11, 2021

Conversation

osma
Copy link
Member

@osma osma commented Mar 11, 2021

follow-up fix to #1127 , suggested by @kouralex

It is recommended to ignore the cache file that PHPUnit generates and that helps it to remember which tests have failed in the previous run.

@osma osma added the bug label Mar 11, 2021
@osma osma added this to the 2.10 milestone Mar 11, 2021
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codecov
Copy link

codecov bot commented Mar 11, 2021

Codecov Report

Merging #1136 (15b0455) into master (78dc205) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1136   +/-   ##
=========================================
  Coverage     67.90%   67.90%           
  Complexity     1583     1583           
=========================================
  Files            32       32           
  Lines          3889     3889           
=========================================
  Hits           2641     2641           
  Misses         1248     1248           

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 78dc205...15b0455. Read the comment docs.

@osma osma merged commit cacaa3e into master Mar 11, 2021
@osma osma deleted the fix-ignore-phpunit-cache-file branch March 11, 2021 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant