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

AutarkLabs / open-enterprise / 4114 / 7
100%
dev: 100%

Build:
DEFAULT BRANCH: dev
Ran 16 Dec 2019 03:56PM UTC
Files 1
Run time 0s
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

16 Dec 2019 03:48PM UTC coverage: 100.0% (+6.1%) from 93.878%
COVERALLS_PARALLEL=true COVERAGE=true

push

travis-ci

web-flow
Incorrect status field in Application request (#1777)

Each Application (request for work on a given issue) had a `status`
field containing text version of the application status: Unreviewed,
Accepted, Rejected. However, because the application was saved
on IPFS in its entirety, including initial Unreviewed status,
it was ignoring further (post-request-review) status changes.

It was not a problem, because we never relied on the status being
correct. We use `review.approved` as the ultimately (and correct)
source of truth.

The choice was between fixing the status field and removing it.
The reasons for choosing to remove it instead of fixing are:
1. There is no analogous field in Work Submission,
2. It's more complicated to fix it - correct way of fixing it
   would require not storing it on IPFS == actively removing
   it from data we need to store on IPFS,
3. It's not in use anyway. We have another and equally correct
   way of determining the application status, and it is the same
   way we use for Work Submissions. Standards FTW.

36 of 36 branches covered (100.0%)

Branch coverage included in aggregate %.

68 of 68 relevant lines covered (100.0%)

7.6 hits per line

Source Files on job 4114.7 (COVERALLS_PARALLEL=true COVERAGE=true)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 844
  • Travis Job 4114.7
  • 713a643e on github
  • Prev Job for COVERALLS_PARALLEL=true COVERAGE=true on dev (#4112.3)
  • Next Job for COVERALLS_PARALLEL=true COVERAGE=true on dev (#4118.5)
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