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 panic on missing file. #864

Merged
merged 2 commits into from
May 25, 2024
Merged

Fix panic on missing file. #864

merged 2 commits into from
May 25, 2024

Conversation

aalexand
Copy link
Collaborator

Fixes #863.

@codecov-commenter
Copy link

codecov-commenter commented May 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.98%. Comparing base (0ed6a68) to head (879efe7).
Report is 23 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #864      +/-   ##
==========================================
+ Coverage   66.86%   66.98%   +0.11%     
==========================================
  Files          44       44              
  Lines        9824     9793      -31     
==========================================
- Hits         6569     6560       -9     
+ Misses       2794     2780      -14     
+ Partials      461      453       -8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cuishuang
Copy link
Contributor

Thanks for the fix.

@aalexand aalexand assigned gmarin13 and ghemawat and unassigned blakej11 and gmarin13 May 24, 2024
@aalexand aalexand merged commit 4bfdf5a into google:main May 25, 2024
31 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.

panics if profile is not found
6 participants