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

facebookincubator / TTPForge / 21756244028
56%
main: 67%

Build:
Build:
LAST BUILD BRANCH: export-D92402443
DEFAULT BRANCH: main
Ran 06 Feb 2026 03:37PM UTC
Jobs 1
Files 82
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

06 Feb 2026 03:36PM UTC coverage: 56.185%. First build
21756244028

Pull #595

github

facebook-github-bot
Fix regex pattern matching for validate command (#595)

Summary:

The existing regex patterns for `templateVarPattern` and `stepVarsPattern` only matched simple template variable references like `{{.Args.x}}`. This caused the validate command to miss template variables used in more complex Go template expressions such as:
- Conditionals: `{{if .Args.x}}`
- Function calls: `{{printf "%s" .Args.x}}`
- Whitespace variations: `{{ .Args.x }}`

Updated the regex patterns to match `.Args.varname` and `.StepVars.varname` anywhere within their respective template delimiters (`{{ }}` and `{[{ }]}`), ensuring all template variable references are properly validated.

Reviewed By: ivnik

Differential Revision: D92402443
Pull Request #595: Fix regex pattern matching for validate command

2848 of 5069 relevant lines covered (56.18%)

14.9 hits per line

Jobs
ID Job ID Ran Files Coverage
1 21756244028.1 06 Feb 2026 03:37PM UTC 82
56.18
GitHub Action Run
Source Files on build 21756244028
  • Tree
  • List 82
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #595
  • 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