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

nomad-coe / electronic-parsers / 20111085990
93%
develop: 93%

Build:
Build:
LAST BUILD BRANCH: add-parser-coverage-ai
DEFAULT BRANCH: develop
Ran 10 Dec 2025 07:46PM UTC
Jobs 1
Files 203
Run time 1min
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

10 Dec 2025 06:13PM UTC coverage: 92.968% (-0.02%) from 92.99%
20111085990

Pull #322

github

ndaelman-hu
Fix CP2K parser to capture SCF convergence for all MD steps in new format

The parser was only extracting SCF convergence information for the initial
structure in CP2K >= 8.1 output, not for subsequent MD steps. This was due
to the regex pattern only capturing the MD summary block without the SCF
section that follows it.

Changes:
- Updated md_step regex to capture content after MD summary until next step
- Modified self_consistent sub-parser to work with both old and new formats
- Added test assertions to verify SCF iterations are present for MD steps
- Updated test output JSON files to reflect the parser improvements

The fix ensures SCF convergence data is now correctly parsed for all MD
steps in both CP2K <= 7.1 (old format) and CP2K >= 8.1 (new format).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Pull Request #322: 274 add support for md to cp2k

54 of 68 new or added lines in 2 files covered. (79.41%)

2 existing lines in 1 file now uncovered.

36039 of 38765 relevant lines covered (92.97%)

0.93 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
14
80.27
-0.51% electronicparsers/cp2k/parser.py

Uncovered Existing Lines

Lines Coverage ∆ File
2
80.27
-0.51% electronicparsers/cp2k/parser.py
Jobs
ID Job ID Ran Files Coverage
1 20111085990.1 10 Dec 2025 07:46PM UTC 203
92.97
GitHub Action Run
Source Files on build 20111085990
  • Tree
  • List 203
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #322
  • PR Base - develop (#19632016970)
  • Delete
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