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

facebookincubator / TTPForge / 6906762180
69%
main: 67%

Build:
Build:
LAST BUILD BRANCH: export-D89671295
DEFAULT BRANCH: main
Ran 17 Nov 2023 04:49PM UTC
Jobs 1
Files 40
Run time 3s
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

17 Nov 2023 04:48PM UTC coverage: 68.943%. First build
6906762180

Pull #423

github

facebook-github-bot
Add checks package for runtime condition verification

Summary:
This feature will power verification of:

* TTP Prerequisites (right tools being installed, running in correct environment, etc)
* Verification that individual steps return the correct results

I'm adding it as an isolated package for now, in a subsequent diff I will hook it into `step.go` like this:

```
// CommonStepFields contains the fields
// common to every type of step (such as Name).
// It centralizes validation to simplify the code
type CommonStepFields struct {
	Name        string         `yaml:"name,omitempty"`
	Description string         `yaml:"description,omitempty"`
	Checks      []checks.Check `yaml:"checks,omitempty"`
```

Note that this initial diff only contains one type of check (path existence) but others will be added shortly - wanted to keep it small to get comments on the overall structure first.

Differential Revision: D51428503
Pull Request #423: Add checks package for runtime condition verification

44 of 66 new or added lines in 3 files covered. (66.67%)

1403 of 2035 relevant lines covered (68.94%)

17.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6906762180.1 17 Nov 2023 04:49PM UTC 0
68.94
GitHub Action Run
Source Files on build 6906762180
Detailed source file information is not available for this build.
  • Back to Repo
  • Pull Request #423
  • 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