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

UiPath / uipathcli / 14446060156

14 Apr 2025 12:49PM UTC coverage: 89.92% (-0.1%) from 90.047%
14446060156

push

github

web-flow
Merge pull request #171 from UiPath/feature/test-run-junit-robotlogs

Extend test run command to support JUnit and retrieve robot logs

397 of 445 new or added lines in 13 files covered. (89.21%)

1 existing line in 1 file now uncovered.

6503 of 7232 relevant lines covered (89.92%)

1.01 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/utils/api/test_case_assertion.go
1
package api
2

3
type TestCaseAssertion struct {
4
        Message   string
5
        Succeeded bool
6
}
7

NEW
8
func NewTestCaseAssertion(message string, succeeded bool) *TestCaseAssertion {
×
NEW
9
        return &TestCaseAssertion{message, succeeded}
×
NEW
10
}
×
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

© 2025 Coveralls, Inc