Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codeclimate/python-test-reporter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.3
Choose a base ref
...
head repository: codeclimate/python-test-reporter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3303b83
Choose a head ref
  • 13 commits
  • 14 files changed
  • 1 contributor

Commits on Apr 18, 2016

  1. Configuration menu
    Copy the full SHA
    c3030db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0753536 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from codeclimate/devon/drop-docker-from-ci

    Drop docker from CircleCI configuration
    dblandin committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    a40b1a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2016

  1. Configuration menu
    Copy the full SHA
    6d4d5d1 View commit details
    Browse the repository at this point in the history
  2. Update README documentation

    This PR updates the README to include installation and usage documentation.
    dblandin committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    0a97021 View commit details
    Browse the repository at this point in the history
  3. Update ApiClient host env var to CODECLIMATE_API_HOST

    This commit also strips trailing slashes from the host.
    dblandin committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    25d39a7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8 from codeclimate/devon/update-api-host-env

    Update ApiClient host env var to CODECLIMATE_API_HOST
    dblandin committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    4befe4c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #7 from codeclimate/devon/update-readme-documentation

    Update README documentation
    dblandin committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    0462ae3 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2016

  1. Coerce filter into an iterator

    Fixes the following error from CI#data:
    
    ```console
    File "reporter/components/ci.py", line 15, in data
        service = next(filter(self.predicate, iter(self.__services())), None)
    TypeError: list object is not an iterator
    ```
    dblandin committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    b0dd0c6 View commit details
    Browse the repository at this point in the history
  2. Handle coverage file not found error separately

    This commit introduces handling for a file not found error separate from the
    more generic `CoverageException` from coverage.py.
    dblandin committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    0f9e544 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10 from codeclimate/devon/handle-file-not-found-e…

    …rror
    
    Handle coverage file not found error separately
    dblandin committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    ca8d010 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #9 from codeclimate/devon/fix-ci-error

    Coerce filter result into an iterator
    dblandin committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    96f3c34 View commit details
    Browse the repository at this point in the history
  5. Release v0.0.4

    dblandin committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    3303b83 View commit details
    Browse the repository at this point in the history
Loading