quiz icon indicating copy to clipboard operation
quiz copied to clipboard

Next feature release

Open ariebovenberg opened this issue 5 years ago • 2 comments

Release checklist

  • [x] Issue(s) referenced (optional)
  • [ ] Implementation done
  • [ ] Changelog updated
  • [ ] Version bump in __about__.py
  • [ ] CI checks OK
  • [ ] PR merged
  • [ ] Branch deleted
  • [ ] Tag added
  • [ ] Release published

still to implement:

  • docs on custom scalars (coerce, existing types, etc)
  • document coercion
  • datetime helpers
  • fix documentation issue
  • dataclasses slots

ariebovenberg avatar Nov 04 '18 13:11 ariebovenberg

Codecov Report

Merging #23 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #23    +/-   ##
======================================
  Coverage     100%   100%            
======================================
  Files          15      8     -7     
  Lines        1356    761   -595     
  Branches       58     96    +38     
======================================
- Hits         1356    761   -595
Impacted Files Coverage Δ
quiz/compat.py 100% <ø> (ø) :arrow_up:
quiz/schema.py 100% <100%> (ø) :arrow_up:
quiz/utils.py 100% <100%> (ø) :arrow_up:
quiz/build.py 100% <100%> (ø) :arrow_up:
quiz/types.py 100% <100%> (ø) :arrow_up:
quiz/execution.py 100% <100%> (ø) :arrow_up:
tests/conftest.py
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d93619d...2c0f4a1. Read the comment docs.

codecov[bot] avatar Nov 04 '18 13:11 codecov[bot]

main todos:

  • [ ] improve documentation of "value objects"
  • [ ] finish coersion/validation
  • [ ] update documentation

ariebovenberg avatar Mar 05 '19 19:03 ariebovenberg