• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Info updated!

elixir-gettext / gettext
93%

Build:
DEFAULT BRANCH: main
Repo Added 17 Dec 2022 08:08AM UTC
Token HFyBNncfSvuOnEA0SjM0SpLlmUWqNQX4Z regen
Build 236 Last
Files 18
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: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • abdelhalim97/add-put_locale!
  • al/1.18
  • al/ci
  • al/deprecate-plural-forms
  • al/expo-plural
  • al/new-backend-docs
  • al/no-recompilation
  • al/refactor
  • al/release
  • al/use-gettext-backend
  • ci-bump-elixir-1.19-otp-28
  • code-coverage
  • dependabot/github_actions/actions/checkout-5.0.0
  • dependabot/github_actions/actions/checkout-6.0.0
  • dependabot/github_actions/actions/checkout-6.0.1
  • dependabot/github_actions/actions/checkout-6.0.2
  • dependabot/github_actions/actions/checkout-6.0.3
  • dependabot/github_actions/actions/checkout-7.0.0
  • dependabot/github_actions/erlef/setup-beam-1.20.2
  • dependabot/github_actions/erlef/setup-beam-1.20.4
  • dependabot/github_actions/erlef/setup-beam-1.21.0
  • dependabot/github_actions/erlef/setup-beam-1.24.0
  • dependabot/github_actions/erlef/setup-beam-1.24.1
  • deprecation_message
  • extract-from-attributes
  • extract_force_compile
  • fix-concatenation-of-sigils
  • fix-nofile
  • fix-typos
  • fix/elixir-1.20-warnings
  • fix/extract-timeout
  • improve-docs
  • introduce_initial_top_comments_via_messages_struct
  • jm/ci_deps_check_locked
  • jm/conflicting_plural_message_400
  • jm/default_header
  • jm/deps-update
  • jm/dialyzer-setup
  • jm/extend_plural_interface
  • jm/extract_merge_always
  • jm/flaky_test_mix_cache
  • jm/gh-workflow-updates
  • jm/legalese
  • jm/mention-igniter-changelog
  • jm/metadata-stripping
  • jm/plural_mod_function_fix
  • jm/release/v0.23.2
  • jm/singular_plural_uniq
  • jv-erase-manifest-unless-on-upcoming-elixir
  • jv-fix-redefining
  • keep_custom_flags_option
  • main
  • msg_sort_iodata
  • parallel-locale-merge
  • previous_messages
  • refs/pull/376/merge
  • release/v0.22.2
  • release/v0.27.0
  • runtime-gettext
  • sort_by_msgid_case_insensitive
  • test_up_to_date
  • tiny_fix

30 Jul 2026 10:47AM UTC coverage: 92.7%. Remained the same
959926c31208bce6d45d0c5d2b92eab6b0129290

push

github

maennchen
Deduplicate source references when merging extracted messages (#441)

673 of 726 relevant lines covered (92.7%)

27.08 hits per line

Relevant lines Covered
Build:
Build:
726 RELEVANT LINES 673 COVERED LINES
27.08 HITS PER LINE
Source Files on main
  • Tree
  • List 18
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
959926c3... main Deduplicate source references when merging extracted messages (#441) push 30 Jul 2026 10:47AM UTC maennchen github
92.7
f1ce73d9... main Update test/gettext/extractor_test.exs Co-authored-by: Jonatan Männchen <jonatan@maennchen.ch> Pull #441 29 Jul 2026 06:50PM UTC web-flow github
92.7
d3d30467... main Bump erlef/setup-beam from 1.24.0 to 1.24.1 (#438) Bumps [erlef/setup-beam](https://github.com/erlef/setup-beam) from 1.24.0 to 1.24.1. - [Release notes](https://github.com/erlef/setup-beam/releases) - [Commits](https://github.com/erlef/setup-bea... push 01 Jul 2026 10:31PM UTC web-flow github
92.7
094e63a8... main Bump actions/checkout from 6.0.3 to 7.0.0 (#439) Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/... push 01 Jul 2026 10:31PM UTC web-flow github
92.7
1ff898bb... dependabot/github_actions/actions/checkout-7.0.0 Bump actions/checkout from 6.0.3 to 7.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/ma... Pull #439 01 Jul 2026 10:12PM UTC web-flow github
92.7
42722e3f... dependabot/github_actions/erlef/setup-beam-1.24.1 Bump erlef/setup-beam from 1.24.0 to 1.24.1 Bumps [erlef/setup-beam](https://github.com/erlef/setup-beam) from 1.24.0 to 1.24.1. - [Release notes](https://github.com/erlef/setup-beam/releases) - [Commits](https://github.com/erlef/setup-beam/compa... Pull #438 01 Jul 2026 10:12PM UTC web-flow github
92.7
88cec8f3... main Bump CI to Elixir 1.20 and OTP 29 (#434) push 30 Jun 2026 07:51AM UTC web-flow github
92.7
7108740e... ci-bump-elixir-1.19-otp-28 Bump CI to Elixir 1.20 and OTP 29 Move the lint/coverage matrix row and the hex publish workflow up to the latest Elixir (1.20) and Erlang/OTP (29) releases. The minimum-supported row (1.16/24.2) is left in place to keep testing the floor declare... Pull #434 30 Jun 2026 07:49AM UTC whatyouhide github
92.7
1b2951db... extract-from-attributes Move recompile-free extraction to its own gettext.generate task Pull #437 17 Jun 2026 01:07PM UTC oliver-kriska github
92.87
645f363b... extract-from-attributes Move recompile-free extraction to its own gettext.extract_from_attributes task Following Jose's review on PR #437, split the attribute-based extraction out of the --from-attributes flag into a dedicated mix gettext.extract_from_attributes task. T... Pull #437 17 Jun 2026 12:25PM UTC oliver-kriska github
92.87
See All Builds (157)

Badge your Repo: gettext

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 TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc