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

kaidokert / xacro / 21131571324
89%
main: 94%

Build:
Build:
LAST BUILD BRANCH: feat/update_read
DEFAULT BRANCH: main
Ran 19 Jan 2026 09:09AM UTC
Jobs 1
Files 18
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

19 Jan 2026 09:07AM UTC coverage: 88.895%. First build
21131571324

Pull #76

github

kaidokert
Address PR review feedback: performance, testing, and code quality

1. Performance: Extract eval_math_arg macro to reduce duplication
   - Consolidates argument evaluation logic used 3 times
   - Improves maintainability and reduces code size

2. Testing: Add comprehensive masked error tests
   - Added tests for log() with undefined arguments (2 tests)
   - Added tests for atan2() with undefined arguments (2 tests)
   - Covers all multi-arg math functions for error reporting

3. Testing: Add string literal preprocessing verification
   - Confirms pow()/pi in quoted strings are not preprocessed
   - Critical test for not_in_string() behavior change

4. Testing: Replace /tmp hardcoded paths with tempfile
   - Uses tempfile::NamedTempFile for all temporary files
   - Improves test isolation and cross-platform compatibility

5. Code quality: Use idiomatic .get().map() for char access
   - More concise and safer than manual bounds checking

6. Code quality: Add truncation to large debug logs
   - Prevents bloat from logging large expressions
   - Logs length + truncated preview instead of full content

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Pull Request #76: Fix misleading 'Undefined variable: pow' error in math preprocessor

45 of 66 new or added lines in 1 file covered. (68.18%)

4899 of 5511 relevant lines covered (88.89%)

277.02 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
21
86.17
src/eval/interpreter.rs
Jobs
ID Job ID Ran Files Coverage
1 21131571324.1 19 Jan 2026 09:09AM UTC 18
88.89
GitHub Action Run
Source Files on build 21131571324
  • Tree
  • List 18
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #21131571324
  • Pull Request #76
  • Next Build on feature/pow-preprocessing-fix (#21131984119)
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