Skip to content

YAML input file parsing with JuliaC#314

Merged
cmhamel merged 5 commits into
mainfrom
input-file-parsing
Jun 12, 2026
Merged

YAML input file parsing with JuliaC#314
cmhamel merged 5 commits into
mainfrom
input-file-parsing

Conversation

@cmhamel

@cmhamel cmhamel commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

An initial stab at a juliac safe yaml parser. Ceated a general input file parsing hook that can switch between different file formats.

@codecov

codecov Bot commented Jun 12, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 44.85407% with 359 lines in your changes missing coverage. Please review.
✅ Project coverage is 69.13%. Comparing base (eccba63) to head (440f84f).

Files with missing lines Patch % Lines
src/parser/SimpleYAML.jl 40.26% 319 Missing ⚠️
src/AppTools.jl 67.14% 23 Missing ⚠️
src/parser/InputFileParser.jl 63.82% 17 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #314      +/-   ##
==========================================
- Coverage   72.07%   69.13%   -2.94%     
==========================================
  Files          53       55       +2     
  Lines        5339     5926     +587     
==========================================
+ Hits         3848     4097     +249     
- Misses       1491     1829     +338     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cmhamel cmhamel merged commit b0117f8 into main Jun 12, 2026
8 of 13 checks passed
@cmhamel cmhamel deleted the input-file-parsing branch June 12, 2026 23:28
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.

1 participant