jose 0.0.2

A JSON Object Signing and Encryption implementation
Documentation
# TODO: change this once we have better coverage and proper test suite

# ref: https://docs.codecov.com/docs/codecovyml-reference
coverage:
  range: 50..100
  round: down
  precision: 1
  status:
    # ref: https://docs.codecov.com/docs/commit-status
    project:
      default:
        # Avoid false negatives
        threshold: 1%
    patch:
      default:
        target: 0%

# Test files aren't important for coverage
ignore:
  - "tests"

# Make comments less noisy
comment:
  layout: "files"
  require_changes: yes