Closed orlade-anz closed 4 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
cmd/arrai/main.go | 0 | 1 | 0.0% | ||
<!-- | Total: | 0 | 1 | 0.0% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
rel/value_set_str.go | 2 | 62.57% | ||
<!-- | Total: | 2 | --> |
Totals | |
---|---|
Change from base Build 9b0f4570f8bc49a89650907b806e02f014e887d6: | 0.02% |
Covered Lines: | 4420 |
Relevant Lines: | 9234 |
Without an exit error, commands like
arrai run nonexistent_file.arrai > out.txt
will produce an emptyout.txt
since thearrai run
command is considered successful.