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 gitignore matching for root directory #626

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

michaelkedar
Copy link
Member

Was representing the relative root of the repo as ./. which, if the .gitignore file matched .*, caused the whole directory to be ignored.

@codecov-commenter
Copy link

codecov-commenter commented Nov 1, 2023

Codecov Report

Merging #626 (04ede1c) into main (5a02f6c) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #626   +/-   ##
=======================================
  Coverage   80.29%   80.30%           
=======================================
  Files          78       78           
  Lines        5379     5381    +2     
=======================================
+ Hits         4319     4321    +2     
  Misses        885      885           
  Partials      175      175           
Files Coverage Δ
pkg/osvscanner/osvscanner.go 57.62% <100.00%> (+0.17%) ⬆️

@another-rex another-rex merged commit 130254c into google:main Nov 1, 2023
8 checks passed
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