Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding coverall.io #4

Closed
wants to merge 35 commits into from
Closed

Adding coverall.io #4

wants to merge 35 commits into from

Commits on Jun 13, 2018

  1. Using jest for coverall

    zhujinxuan committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    be50e75 View commit details
    Browse the repository at this point in the history
  2. Using coveralls

    zhujinxuan committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    93dd55b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b25da0 View commit details
    Browse the repository at this point in the history
  4. All tests moved to jest

    zhujinxuan committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    e30c2c9 View commit details
    Browse the repository at this point in the history
  5. coverage tests

    zhujinxuan committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    d1a3ba3 View commit details
    Browse the repository at this point in the history
  6. coverage calculation

    zhujinxuan committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    5bf9cad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5bd0d53 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f493da View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0b4f46a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9a693a6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    75946a4 View commit details
    Browse the repository at this point in the history
  12. Switching to codecov

    zhujinxuan committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    47deb56 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5437ed5 View commit details
    Browse the repository at this point in the history
  14. Faster lint

    zhujinxuan committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    5a40073 View commit details
    Browse the repository at this point in the history
  15. Fixing module loading path

    zhujinxuan committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    e7c0a27 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7e06644 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2153b5b View commit details
    Browse the repository at this point in the history
  18. Fix typo

    zhujinxuan committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    c7f1704 View commit details
    Browse the repository at this point in the history
  19. Remove coverall

    zhujinxuan committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    7fc3e59 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    cf12958 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e082d23 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    844a4c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2018

  1. update schema customizer to merge marks (ianstormtaylor#1839)

    * update schema customizer to merge marks
    
    * update comment
    isubasti authored and ianstormtaylor committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    9afffd4 View commit details
    Browse the repository at this point in the history
  2. Allow user to use immutable 4.0.0-rc without yarn warning (ianstormta…

    …ylor#1869)
    
    * Allow user to use immutable 4.0.0-rc without yarn warning
    
    * Fix versions
    
    * Fix immutable version to most recent
    
    * Fix versions for react
    zhujinxuan authored and ianstormtaylor committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    5aa993e View commit details
    Browse the repository at this point in the history
  3. Fix issue with pasting in IE11 (ianstormtaylor#1901)

    * Fix issue with pasting in IE11
    
    Fixing the issue where dataTransfer or clipboardData are not populated,
    in IE 11 under event.NativeEvent. Instead, if we are using IE11, use
    the base event object instead which contains a valid dataTrasnfer/clipboardData object.
    
    * Run prettier on code changes
    DylanPaulusSEL authored and ianstormtaylor committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    9660c4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1385e5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5eb04f3 View commit details
    Browse the repository at this point in the history
  6. Publish

     - slate-base64-serializer@0.2.33
     - slate-html-serializer@0.6.5
     - slate-hyperscript@0.5.14
     - slate-plain-serializer@0.5.14
     - slate-prop-types@0.4.31
     - slate-react@0.12.8
     - slate-schema-violations@0.1.12
     - slate-simulator@0.4.31
     - slate@0.33.8
    ianstormtaylor committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    63eae6b View commit details
    Browse the repository at this point in the history
  7. Operations update decorations (ianstormtaylor#1778)

    * initial simple decorations (mark-like), many tests added
    
    * allow decorators to be set by focus, anchor tags - add tests
    
    * handle one more edge case with decorations in hyperscript
    
    * apply prettier cleanup
    
    * apply linting rules
    
    * update changelog
    
    * ensure always normalize decoration ranges
    
    * reapply prettier after latest adjustments
    
    * all operations apply now update decorations with selection
    
    * ranges can now be 'atomic', will invalidate if contents change
    
    * lint, prettier cleanups
    
    * add atomic invalidation tests, update hyperscript usage
    
    * fix linter errors
    
    * minor cleanup
    
    * slight refactor for simplicity
    
    * remove a couple superfluous lines
    
    * update in response to review
    
    * drop unnecessarily committed add'l file
    
    * remove the need for explicit anchor, focus prop on decoration tags
    
    * update hyperscript use to match latest syntax in ianstormtaylor#1777
    
    * atomic -> isAtomic
    jasonphillips authored and ianstormtaylor committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    c500bec View commit details
    Browse the repository at this point in the history
  8. Characters to leaves (ianstormtaylor#1816)

    * Preparing tests
    
    * splitNode replacement
    
    * Remove slow splice; replace mergeNode
    
    * normalize Leaves
    
    * Partially remove characters
    
    * Partially remove characters
    
    * styling
    
    * Fix bugs; almost all characters are replaced
    
    * Fixes almost existing tests; preparing adding tests for text
    
    * Remove un-necessary check
    
    * Empty leaf
    
    * fix characters in getMarks
    
    * Faster fromJSON
    
    * Some corner cases for empty text
    
    * Fix naive bug
    
    * Supporting empty text with marks
    
    * Supporting empty text with marks in hyperscript
    
    * changes tests for marks in empty text
    
    * Support splitNode marks with empty text
    
    * Add tests for splitNode->insert
    
    * Faster removeText
    
    * Add warning ; remove getMarksAtIndex cache
    
    * Remove characters in getInsertMarkAtRange
    
    * Adding tests
    
    * Change names of tests
    
    * Update marks test
    
    * Add a test confirm for invalid offsets:
    
    * Add test for get active marks between offsets
    
    * Fix document
    
    * Add testing for insert-text
    
    * Better remove text
    
    * More sensible marks in empty text
    
    * Allow marks of empty text after deleting partially marked text
    
    * Add test for removing on partially marked text
    
    * chnage test structure
    
    * Add test for removeText
    
    * Add test for removeText
    
    * Avoid conflict between empty marked text and cursor
    
    * Simple style fixes
    
    * Simple style fixes
    
    * Line break fixes
    
    * Line break fixes
    
    * Annotate the createLeaves
    
    * Line breaks in test
    
    * Line breaks fix
    
    * add add-marks test
    
    * add merge test
    
    * Fix version update
    
    * Remove empty_leaf optimization; optimize of that will be other PRs
    
    * Clean up getMarksAtPosition
    
    * Fix get-insert-marks-at-range
    
    * clean up get-marks-at-position
    
    * Fix spaces
    zhujinxuan authored and ianstormtaylor committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    cb3a9a5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    01bb6c0 View commit details
    Browse the repository at this point in the history
  10. Fix tests

    zhujinxuan committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    f4c9690 View commit details
    Browse the repository at this point in the history
  11. add assert back

    zhujinxuan committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    3aec97a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1b9143a View commit details
    Browse the repository at this point in the history
  13. Fix jest assert interface

    zhujinxuan committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    0e0175d View commit details
    Browse the repository at this point in the history