-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
help wantedSeeking public contribution on this issueSeeking public contribution on this issuekind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing feature
Description
The Golang toolchain allows you to generate nifty html test coverage reports. Proposal:
- Push to go-ipfs origin
- CI server runs tests
- CI server generates html coverage reports
- CI server pushes the html coverage reports to an IPFS node. Node publishes the files.
- Developer http://www.ipfs-dev.io/coverage/
- On a VPS, HTTP server proxies request to local IPFS node. Node queries swarm and returns results.
- Coverage reports are displayed in the browser.
The benefits are three-fold:
- improve test coverage -> improve software quality
- Dogfood an interesting use-case for IPFS as a web datastore. -> improve toolchain, api
- Be able to detect problems in the network early and often (on every commit!) -> improve network reliability
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedSeeking public contribution on this issueSeeking public contribution on this issuekind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing feature