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

nomad-coe / electronic-parsers
93%

Build:
DEFAULT BRANCH: develop
Repo Added 12 Mar 2024 03:23PM UTC
Token fdOzLagaMLXgMxD0cBoiEgUXOT3MMeW69 regen
Build 250 Last
Files 203
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 develop
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • 242-cp2k-parser-failing-at-process-id
  • 274-add-support-for-md-to-cp2k
  • 276-add-bandstructure-support-for-qe
  • 289-add-workflows-to-gaussian-parser
  • 318-harden-time-extraction
  • 330-vasp-time-parsing-bug
  • JFRudzinski-patch-1
  • JFRudzinski-patch-2
  • add-parser-coverage-ai
  • add-zenodo-doi
  • add_author_jfrodlova
  • ams-fix-np
  • boolean-check-update
  • bump_depedencies
  • bump_mypy
  • develop
  • dynamic-version
  • elk-eigs-quick-fix
  • entry-point
  • exciting-bse-workflow
  • feat/parser-mapping-report
  • feat/vasp-hybrid-band-structure
  • fix-ams
  • fix-cp2k
  • fix-exciting
  • fix-fhiaims
  • fix-file-parser
  • fix-gaussian
  • fix-gpaw
  • fix-guassian
  • fix-magres
  • fix-parser-specs
  • fix-qe
  • fix-quantity-types
  • fix-siesta
  • fix-vasp
  • fix-yambo
  • fix/spectra-dimensionless-units
  • fix_cp2k_inp
  • fix_magres_and_add_atom_labels
  • gauss_chkpnt
  • gauss_chkpnt_bs
  • hotfix_vasp_xc
  • link-qe-entries
  • manifest-change
  • nomad-release-fixes
  • numpy-pint
  • package
  • parser-fixes
  • parser-level
  • patch_fhiaims_nelectrons
  • pydanticv2
  • refactor/use-nomad-file-parser
  • release
  • remove-cff-comments
  • remove-menv
  • remove_wannier90
  • rspt-shell-parser
  • ruff-patch
  • type-mismatch
  • unlink-parser-numpy-update
  • unlink-parsers
  • update
  • update-hdf5
  • update-netcdf4-dep
  • update-pyproject
  • update-pytest
  • upgrade-netcdf4
  • upgrade-numpy
  • use-approx-for-float-compare
  • v0.1.0
  • v1.0
  • v1.0.1
  • v1.0.10
  • v1.0.11
  • v1.0.12
  • v1.0.13
  • v1.0.14
  • v1.0.16
  • v1.0.17
  • v1.0.2
  • v1.0.3
  • v1.0.4
  • v1.0.5
  • v1.0.6
  • v1.0.7
  • v1.0.8
  • v1.0.9
  • v1.1.0
  • vasp-h5-parser
  • vasp_element_detection
  • zenodo_prep

09 Sep 2026 10:35AM UTC coverage: 92.855%. Remained the same
34340996487

push

github

web-flow
Convert parser FEATURES.yml to ladinesa-style mapping reports (#341)

36287 of 39079 relevant lines covered (92.86%)

0.93 hits per line

Relevant lines Covered
Build:
Build:
39079 RELEVANT LINES 36287 COVERED LINES
0.93 HITS PER LINE
Source Files on develop
  • Tree
  • List 203
  • 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
34340996487 develop Convert parser FEATURES.yml to ladinesa-style mapping reports (#341) push 09 Sep 2026 10:41AM UTC web-flow github
92.86
34338698084 feat/parser-mapping-report Convert parser FEATURES.yml to ladinesa-style mapping reports Replace the free-form, LLM-authored `FEATURES.yml` capability files with per-parser `MAPPING_REPORT.md` files that mirror the programmatic mapping report of the new-schema simulation p... Pull #341 09 Sep 2026 10:16AM UTC ndaelman-hu github
92.86
34218754496 unlink-parsers Unlink orca push 08 Sep 2026 11:10AM UTC ladinesa github
92.77
34218475028 unlink-parsers perf(fhiaims): optimize regexes and switch imports to nomad_file_parser (#340) - Switch import to nomad_file_parser - Replace greedy regex in structure quantity with bounded non-greedy pattern - Prioritize specific atom position regex over generi... push 08 Sep 2026 11:06AM UTC web-flow github
92.77
33621803074 refactor/use-nomad-file-parser perf(fhiaims): optimize regexes and switch imports to nomad_file_parser - Switch import to nomad_file_parser - Replace greedy regex in structure quantity with bounded non-greedy pattern - Prioritize specific atom position regex over generic fallback Pull #340 02 Sep 2026 10:59AM UTC blueraft github
92.77
32179166552 v1.1.0 Parse VASP zero-weight (hybrid/HSE) band structures VASP hybrid/HSE band structures are self-consistent runs written as an explicit k-point list — a weighted SCF mesh followed by a zero-weight band path — with no `<generation>` block, so `samplin... push 18 Aug 2026 08:01PM UTC web-flow github
92.86
32178655143 develop Parse VASP zero-weight (hybrid/HSE) band structures VASP hybrid/HSE band structures are self-consistent runs written as an explicit k-point list — a weighted SCF mesh followed by a zero-weight band path — with no `<generation>` block, so `samplin... push 18 Aug 2026 07:54PM UTC web-flow github
92.86
32178604408 feat/vasp-hybrid-band-structure Test band-path threshold reads the entry point with a default fallback Cover `_band_path_discontinuity_threshold`: it returns the configured value when the `parsers/vasp` entry point resolves, and falls back to the entry-point Field default when ... push 18 Aug 2026 07:54PM UTC ndaelman-hu github
92.86
32053390790 feat/vasp-hybrid-band-structure Close fail-safe gaps in band-path handling (review feedback) Address code-review feedback that the fail-safe intent had holes: - Filter out-of-range label indices in `_band_path_signals`; an index outside `[0, n_kpoints)` would pass the deriva... Pull #339 17 Aug 2026 06:14PM UTC ndaelman-hu github
92.85
32051088197 feat/vasp-hybrid-band-structure Share band-structure construction across line-mode and zero-weight paths Both band-path branches created the `BandStructure` with per-spin `band_gap` records and appended `BandEnergies` segments with identical code. Extract `_new_band_structure` ... Pull #339 17 Aug 2026 05:40PM UTC ndaelman-hu github
92.85
See All Builds (247)

Badge your Repo: electronic-parsers

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