philippgille / ln-paywall

Go middleware for monetizing your API on a per-request basis with Bitcoin and Lightning ⚡️
Mozilla Public License 2.0
148 stars 9 forks source link

Add reporting of code coverage #18

Open philippgille opened 6 years ago

philippgille commented 6 years ago
  1. Add code coverage analysis, for example: go test -v -race -coverprofile="coverage.txt" -covermode=atomic ./...
  2. Add reporting to service like Codecov or Coveralls
  3. Add badge to README

See:

philippgille commented 6 years ago

Related to #10