Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.
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: codecov/codecov-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.8
Choose a base ref
...
head repository: codecov/codecov-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.11
Choose a head ref
  • 16 commits
  • 10 files changed
  • 12 contributors

Commits on Aug 21, 2020

  1. Remove token restrictions (#289)

    * Remove token restrictions
    
    * Update version to 2.1.9
    
    * Fix tests
    
    * force
    
    * Update CHANGELOG.md
    thomasrockhu authored Aug 21, 2020
    Configuration menu
    Copy the full SHA
    fb3a25c View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Update python versions (#291)

    * Update python versions
    
    * Add 3.8 on GHA
    thomasrockhu authored Aug 26, 2020
    Configuration menu
    Copy the full SHA
    ff88f77 View commit details
    Browse the repository at this point in the history
  2. Bump coverage from 4.5.4 to 5.2.1 (#290)

    Bumps [coverage](https://github.com/nedbat/coveragepy) from 4.5.4 to 5.2.1.
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](nedbat/coveragepy@coverage-4.5.4...coverage-5.2.1)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Aug 26, 2020
    Configuration menu
    Copy the full SHA
    1475352 View commit details
    Browse the repository at this point in the history
  3. Add license scan report and status (#292)

    Signed off by: fossabot <[email protected]>
    fossabot authored Aug 26, 2020
    Configuration menu
    Copy the full SHA
    6795ee0 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Update README with accurate links (#294)

    * Update README with accurate links
    
    * force
    
    * format
    
    * format
    
    * last format
    thomasrockhu authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    bf97a8b View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Improve error reporting in the "try_run" function and correctly inclu…

    …de original command output in the error message (#153)
    
    * Log more info when a command fails.
    
    * Also log return code.
    
    * Correctly include process output with the thrown exception.
    
    * Include returncode before the output.
    
    * Update codecov/__init__.py
    
    * black
    
    Co-authored-by: Thomas Hu <[email protected]>
    Co-authored-by: Thomas Hu <[email protected]>
    3 people authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    6638881 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Bump coverage from 5.2.1 to 5.3 (#296)

    Bumps [coverage](https://github.com/nedbat/coveragepy) from 5.2.1 to 5.3.
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](nedbat/coveragepy@coverage-5.2.1...coverage-5.3)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    0c56f29 View commit details
    Browse the repository at this point in the history
  2. Added sleep between upload retries. (#295)

    * Added sleep 2s between upload retries.
    
    * Set default retries to 5 same as bash uploader.
    
    * Log retry attempts.
    nmoinvaz authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    2574d1b View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Output elapsed time with S3 upload (#148)

    * Output elapsed time with S3 upload
    
    It seems that it fails with "Forbidden" when it takes longer than 15s,
    so this at least helps with debugging that.
    The Bash uploader gzips the data file, so it is faster to upload and
    does not trigger it with the given data file / internet connection.
    
        (Pdb++) s3.text
        '<?xml version="1.0" encoding="UTF-8"?>\n<Error><Code>AccessDenied</Code><Message>Request has expired</Message><Expires>2018-05-19T11:58:04Z</Expires><ServerTime>2018-05-19T11:58:10Z</ServerTime><RequestId>EFE63A2DA8CE9726</RequestId><HostId>LXoeTEXV7h3wN5DICvZg/U6uWIeyOgkJ1JnyEOQCpKNkQtpst4qKhkxuTgPnJeV3uB1jOexYP+s=</HostId></Error>'
    
    * black
    
    Co-authored-by: Thomas Hu <[email protected]>
    blueyed and thomasrockhu authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    9137404 View commit details
    Browse the repository at this point in the history
  2. Ignore emacs lisp files (#297)

    Tahoe-LAFS project has a file named `/misc/coding_tools/coverage.el`, which is often uploaded to codecov along with the regular coverage report.  I'm not sure it is doing any harm, but can't be doing anything useful either!
    
    It would be nice if codecov could ignore `.el` files.
    sajith authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    dd8fe1a View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Configuration menu
    Copy the full SHA
    713d941 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Bump to 2.1.10 (#300)

    thomasrockhu authored Oct 9, 2020
    Configuration menu
    Copy the full SHA
    76b4f7c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Update to Python 3.9 (#301)

    * Update .travis.yml
    
    * Update setup.py
    
    * Update build-test.yml
    
    * Update .travis.yml
    
    Co-authored-by: Tom Hu <[email protected]>
    gsheni and thomasrockhu authored Oct 16, 2020
    Configuration menu
    Copy the full SHA
    5862842 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    58032a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. Configuration menu
    Copy the full SHA
    f4b116d View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Bump to 2.1.11 (#310)

    thomasrockhu authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    a8f6ff2 View commit details
    Browse the repository at this point in the history
Loading