Skip to content

Conversation

@maennchen
Copy link
Member

@maennchen maennchen requested a review from voltone May 22, 2025 11:17
@coveralls
Copy link

coveralls commented May 22, 2025

Coverage Status

coverage: 91.277% (-3.7%) from 95.019%
when pulling 9971d5e on jm/system_app_purls
into e20d828 on main.

@maennchen maennchen force-pushed the jm/system_app_purls branch from 7f2507f to 9971d5e Compare July 17, 2025 17:32
def mix_dep_to_purl({app, _version_requirement, _opts}, _version) when is_elixir_app(app) do
Purl.new!(%Purl{
type: "generic",
# TODO: Use once the spec is merged

Check warning

Code scanning / Credo

Found a TODO tag in a comment: # TODO: Use once the spec is merged Warning

Found a TODO tag in a comment: # TODO: Use once the spec is merged
def mix_dep_to_purl({app, _version_requirement, _opts}, _version) when is_erlang_app(app) do
Purl.new!(%Purl{
type: "generic",
# TODO: Use once the spec is merged

Check warning

Code scanning / Credo

Found a TODO tag in a comment: # TODO: Use once the spec is merged Warning

Found a TODO tag in a comment: # TODO: Use once the spec is merged
def mix_dep_to_purl({app, _version_requirement, _opts}, _version) when is_hex_app(app) do
Purl.new!(%Purl{
type: "generic",
# TODO: Use once the spec is merged

Check warning

Code scanning / Credo

Found a TODO tag in a comment: # TODO: Use once the spec is merged Warning

Found a TODO tag in a comment: # TODO: Use once the spec is merged
relationship: :direct,
package_url: %Purl{
type: "generic",
# TODO: Use once the spec is merged

Check warning

Code scanning / Credo

Found a TODO tag in a comment: # TODO: Use once the spec is merged Warning test

Found a TODO tag in a comment: # TODO: Use once the spec is merged
relationship: :direct,
package_url: %Purl{
type: "generic",
# TODO: Use once the spec is merged

Check warning

Code scanning / Credo

Found a TODO tag in a comment: # TODO: Use once the spec is merged Warning test

Found a TODO tag in a comment: # TODO: Use once the spec is merged
@maennchen maennchen merged commit f66ae89 into main Jul 17, 2025
15 checks passed
@maennchen maennchen deleted the jm/system_app_purls branch July 17, 2025 17:38
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.

3 participants