Skip to content

Commit

Permalink
Ignore coverage for non-existent source type
Browse files Browse the repository at this point in the history
  • Loading branch information
bschoenmaeckers committed Nov 27, 2024
1 parent d40a1f9 commit fd501e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/modules/manager/pep621/processors/uv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export class UvProcessor implements PyProjectProcessor {
if (depSource) {
// Dependency is pinned to a specific source.
dep.depType = depTypes.uvSources;
/* istanbul ignore else */
if ('index' in depSource) {
const index = uv.index?.find(
({ name }) => name === depSource.index,
Expand Down

0 comments on commit fd501e6

Please sign in to comment.