-
Notifications
You must be signed in to change notification settings - Fork 72
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: ensure stream is closed after being read from app-dev's GetDefinitions method #14334
Conversation
backend/src/Designer/Infrastructure/GitRepository/AltinnAppGitRepository.cs
Fixed
Show fixed
Hide fixed
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #14334 +/- ##
=======================================
Coverage 95.54% 95.54%
=======================================
Files 1860 1860
Lines 24104 24106 +2
Branches 2783 2783
=======================================
+ Hits 23029 23031 +2
Misses 817 817
Partials 258 258 ☔ View full report in Codecov by Sentry. |
backend/src/Designer/Infrastructure/GitRepository/AltinnAppGitRepository.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Testing: Fixes the linked issue 👍
Description
Ensure stream is closed after being read from app-dev's GetDefinitions method
Related Issue(s)
Verification