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

Fix coverage report and add tests #3

Merged
merged 13 commits into from
Mar 30, 2016
Merged

Fix coverage report and add tests #3

merged 13 commits into from
Mar 30, 2016

Commits on Mar 28, 2016

  1. fix(travis): remove coveralls token from travis.yml

    Yohan Robert committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    3001ef2 View commit details
    Browse the repository at this point in the history
  2. feat(test): Add test for NewRequestModifier

    Yohan Robert committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    80d4f45 View commit details
    Browse the repository at this point in the history
  3. feat(test): Add test for ReadString

    Yohan Robert committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    43521f2 View commit details
    Browse the repository at this point in the history
  4. feat(test): Add test for ReadBytes

    Yohan Robert committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    943eb2b View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2016

  1. feat(test): Isolate request error tests

    Yohan Robert committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    8ee6747 View commit details
    Browse the repository at this point in the history
  2. feat(test): Add test for DecodeJSON

    Yohan Robert committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    20d7c5a View commit details
    Browse the repository at this point in the history
  3. feat(test): Add test for DecodeJSON error

    The test checks that when ReadBytes fails its error is returned.
    Yohan Robert committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    59e711e View commit details
    Browse the repository at this point in the history
  4. feat(test): Add test for DecodeJSON error

    The test checks that when Decode fails its error is returned.
    Yohan Robert committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    7fda371 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2016

  1. feat(test): Add test for DecodeJSON EOF error

    Yohan Robert committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    36e5fb5 View commit details
    Browse the repository at this point in the history
  2. feat(test): Add test for DecodeXML

    Yohan Robert committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    e1e591a View commit details
    Browse the repository at this point in the history
  3. feat(test): Add test for DecodeXML error from ReadBytes

    Yohan Robert committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    dfb6eca View commit details
    Browse the repository at this point in the history
  4. feat(test): Add test for DecodeXML error from Decode

    Yohan Robert committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    a32027f View commit details
    Browse the repository at this point in the history
  5. feat(test): Add test for DecodeXML EOF error

    Yohan Robert committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    39c4bc9 View commit details
    Browse the repository at this point in the history