• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

erlef / mix_sbom
69%

Build:
DEFAULT BRANCH: main
Repo Added 26 Nov 2025 11:25AM UTC
Token XTry8yDm059KAHaPUTitv2IYmNPVHyVtJ regen
Build 271 Last
Files 31
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
Sync Branches
  • main
  • add-hex-api-key
  • bchassoul/hex-core
  • bchassoul/links
  • bchassoul/pretty-opt
  • bchassoul/spdx
  • ci
  • dependabot/github_actions/github-actions-000d3d314b
  • dependabot/github_actions/github-actions-01d8e432fa
  • dependabot/github_actions/github-actions-039c057ac1
  • dependabot/github_actions/github-actions-12b7dd0bb1
  • dependabot/github_actions/github-actions-2217aebe03
  • dependabot/github_actions/github-actions-30316252c6
  • dependabot/github_actions/github-actions-415a518de2
  • dependabot/github_actions/github-actions-45419baed2
  • dependabot/github_actions/github-actions-49d1d51d03
  • dependabot/github_actions/github-actions-6541fc03c0
  • dependabot/github_actions/github-actions-7488430f0f
  • dependabot/github_actions/github-actions-75058fe91b
  • dependabot/github_actions/github-actions-7a6ad63ce6
  • dependabot/github_actions/github-actions-7b5abd8343
  • dependabot/github_actions/github-actions-81d631def5
  • dependabot/github_actions/github-actions-872c82b62f
  • dependabot/github_actions/github-actions-882fedbe01
  • dependabot/github_actions/github-actions-8e8a7fd0ce
  • dependabot/github_actions/github-actions-9157c59c98
  • dependabot/github_actions/github-actions-94dc8f1485
  • dependabot/github_actions/github-actions-9d6c280ac8
  • dependabot/github_actions/github-actions-aa2a37f0ca
  • dependabot/github_actions/github-actions-b38edd2d4c
  • dependabot/github_actions/github-actions-d52dfeb8fb
  • dependabot/github_actions/github-actions-d7f0f2d287
  • dependabot/github_actions/github-actions-d7f7d0fb55
  • dependabot/github_actions/github-actions-d9eeca1fa3
  • dependabot/github_actions/github-actions-e35a232a76
  • dependabot/github_actions/github-actions-f7e9886b4e
  • dependabot/github_actions/github-actions-fd00acb19b
  • dependabot/hex/mix-dependencies-07cf6cc68a
  • dependabot/hex/mix-dependencies-23ca538be1
  • dependabot/hex/mix-dependencies-40b798a931
  • dependabot/hex/mix-dependencies-87b0b0fca8
  • dependabot/hex/mix-dependencies-892e18a82d
  • dependabot/hex/mix-dependencies-a0ee146bfd
  • dependabot/hex/mix-dependencies-a98ccd3b1e
  • dependabot/hex/mix-dependencies-f2e5eab4d7
  • dependabot/hex/mix-dependencies-fb2be53875
  • dependabot/hex/mix-dependencies-ffca9f0c38
  • gh_action
  • iciac/add-component-authors
  • iciac/add-component-descr
  • iciac/add-components-hashes
  • iciac/rename-bomrefs
  • jm/429_fix
  • jm/action_test
  • jm/bpb
  • jm/burrito_enable_conditional
  • jm/cli
  • jm/coveralls_fix
  • jm/cyclone_17_smoke_tests
  • jm/decode
  • jm/description
  • jm/devenv_update
  • jm/escript_elixir_fix
  • jm/flaky_test_fix
  • jm/format_equivalence
  • jm/full_otp_purl
  • jm/groups
  • jm/hex_publish_ci
  • jm/optimus
  • jm/prod_hint
  • jm/public_api
  • jm/public_cyclonedx_interface
  • jm/smoke_test_minimize
  • jm/stdout
  • jm/umbrella
  • jm/umbrella_fix
  • jm/xml_unicode_fix
  • otp_app_version
  • propagate-only
  • readme
  • renovate/elixir-1.x
  • renovate/erlang-28.x
  • renovate/erlang-29.x
  • smoke_tests
  • sosef/distribution_url_fix
  • sosef/exclude-docs
  • sosef/ort_action
  • sosef/otp-links
  • sosef/system_enable
  • update-optimus
  • vers_support

10 Jul 2026 02:56PM UTC coverage: 69.321% (+0.7%) from 68.66%
29101751285

push

github

web-flow
Inherit parent scope for transitive dependencies (#122)

* Inherit parent scope for transitive dependencies

Previously, the `--only` option would still include the transitive
dependencies of ignored packages. The internal `only` scope would
default to `:*` rather than inheriting the parent's scope. In practice
that made it impossible to generate clean `--only prod` output, because
the transitive deps from all `dev` and `test` were always included.

Now dependency fetching passes through an internal `propagate_only/1`
function that recursively applies scoping for all dependencies.

* Use comprenehsion to flatten only_contributions

The nested `flat_map` calls violated the Credo nesting depth rule, so
it's now switched to a comprehension.

27 of 28 new or added lines in 1 file covered. (96.43%)

888 of 1281 relevant lines covered (69.32%)

1001.82 hits per line

Relevant lines Covered
Build:
Build:
1281 RELEVANT LINES 888 COVERED LINES
1001.82 HITS PER LINE
Source Files on main
  • Tree
  • List 31
  • Changed 7
  • Source Changed 1
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
29101751285 main Inherit parent scope for transitive dependencies (#122) * Inherit parent scope for transitive dependencies Previously, the `--only` option would still include the transitive dependencies of ignored packages. The internal `only` scope would defau... push 10 Jul 2026 02:58PM UTC web-flow github
69.32
29100652011 main Update dependency erlang to v29 (#125) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> push 10 Jul 2026 02:41PM UTC web-flow github
68.66
29100142039 main Update dependency elixir to v1.20.2 (#123) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> push 10 Jul 2026 02:33PM UTC web-flow github
68.74
28797584293 main Bump github/codeql-action/upload-sarif in the github-actions group (#121) Bumps the github-actions group with 1 update: [github/codeql-action/upload-sarif](https://github.com/github/codeql-action). Updates `github/codeql-action/upload-sarif` fr... push 06 Jul 2026 02:08PM UTC web-flow github
68.72
28436919204 main Bump actions/attest-build-provenance in the github-actions group (#120) Bumps the github-actions group with 1 update: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `actions/attest-build-provenanc... push 30 Jun 2026 10:15AM UTC web-flow github
68.64
28436898017 main Update mix deps push 30 Jun 2026 10:15AM UTC maennchen github
68.64
27954335962 main Bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group (#118) Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.3 to 7.0.0 - [Release notes]... push 22 Jun 2026 12:59PM UTC web-flow github
68.64
27145763751 main Bump the github-actions group with 2 updates (#117) Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/che... push 08 Jun 2026 02:47PM UTC web-flow github
68.72
27145738311 main Bump the mix-dependencies group across 1 directory with 4 updates (#116) Bumps the mix-dependencies group with 4 updates in the / directory: [credo](https://github.com/rrrene/credo), [ex_doc](https://github.com/elixir-lang/ex_doc), [hex_core](htt... push 08 Jun 2026 02:47PM UTC web-flow github
68.72
26825506862 main Migrate to new hexdocs.pm URL Format push 02 Jun 2026 02:14PM UTC maennchen github
68.72
See All Builds (269)

Badge your Repo: mix_sbom

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc