codecov-action

GitHub Action that uploads coverage to Codecov

MIT License

Stars
1.5K
Committers
52

Bot releases are hidden (Show)

codecov-action - v1.1.0

Published by thomasrockhu almost 4 years ago

Features

  • #110 Add "working-directory:" input
  • #174 Support Xcode specificed parameters

Fixes

  • #172 File is saved as text

Dependencies and Misc

  • #166 Bump requestretry from 4.1.1 to 4.1.2
  • #169 Bump typescript from 4.0.5 to 4.1.2
  • #178 Bump @types/jest from 26.0.15 to 26.0.19
codecov-action - v1.0.15

Published by thomasrockhu almost 4 years ago

Features

N/A

Fixes

  • #168 Add package argument

Dependencies

  • #162 Bump jest from 26.5.3 to 26.6.3
  • #160 Bump ts-jest from 26.4.1 to 26.4.3
  • #154 Bump @types/jest from 26.0.14 to 26.0.15
  • #159 Bump typescript from 4.0.3 to 4.0.5
  • #165 Bump ts-jest from 26.4.3 to 26.4.4
codecov-action - v1.0.14

Published by thomasrockhu about 4 years ago

Features

  • #151 Add verbosity flag

Fixes

  • None
codecov-action - Shorten connection timeouts and increase attempts

Published by thomasrockhu about 4 years ago

Version 1.0.13 introduces the following changes:

  • Decrease connection timeouts to 3 seconds and increase attempts to 10 in pulling the bash script
codecov-action - Lodash Security fix

Published by thomasrockhu about 4 years ago

Version 1.0.12 introduces the following changes:

  • Bump lodash from 4.17.15 to 4.17.19
codecov-action - Wrap retry promise in a try/catch

Published by thomasrockhu over 4 years ago

Version 1.0.11 introduces the following changes:

  • Wrap the retry request promise of the bash uploader in a try/catch
codecov-action - Migrate to requestretry

Published by thomasrockhu over 4 years ago

Version 1.0.10 introduces the following changes:

  • 1.0.9 had a built-in dependency that was not easily packaged causing failures. We have switched out this dependency.
codecov-action - Retry bash script request

Published by thomasrockhu over 4 years ago

Version 1.0.9 introduces the following changes:

  • 1.0.8 did not build a dist/ file, this release properly uses it
codecov-action - Retry bash script request

Published by thomasrockhu over 4 years ago

Version 1.0.8 introduces the following changes:

  • Retry the bash script request three times before erroring out
codecov-action - Add env variables support

Published by thomasrockhu over 4 years ago

Version 1.0.7 introduces the following changes:

  • Add support for specifying environment variables to be included with a build
  • Typo fixes and general documentation updates
codecov-action - Add PR handling and tokenless upload support

Published by ibrahim0814 over 4 years ago

Version 1.0.6 introduces the following changes:

  • Add proper handling for pull requests by passing the GITHUB_HEAD_REF environment variable. This properly sets both the PR branch and PR number.
  • Add tokenless upload functionality by passing the GITHUB_RUN_ID environment variable to properly tag the build. This allows Codecov to locate the build via GitHub's API and validate the coverage upload without the need for a token (only for public repos)
  • Removes the yml input because putting it anywhere except for the root of the repo is not supported anymore
codecov-action - Add Input to Fail CI

Published by ibrahim0814 almost 5 years ago

Version 1.0.5 introduces the following changes:

  • Add fail_ci_if_error input which lets users fail the CI pipeline if the Codecov upload step runs into any errors. By default, this is set to false. This addresses an issue where Codecov could fail silently and the user wouldn't know because Actions would've shown the step as being passed.
codecov-action - Convert Action to JavaScript

Published by ibrahim0814 almost 5 years ago

Version 1.0.4 introduces the following changes:

  • Switch from a Docker based action to a JavaScript based action to add support for macOS and Windows builds. This also allows users to run the codecov action with matrix builds.
  • Add a yml input so users can specify the path for their codecov.yml file
  • Add a @v1 major version tag
codecov-action - Performance improvements, bug fixes

Published by ibrahim0814 about 5 years ago

Version 1.0.3 of the Codecov Action includes the following changes:

  • Use debian:stretch-slim base instead of ubuntu:latest. Ubuntu takes significantly longer to build than Debian and thus extended pipeline run times
  • Allow for passing names with spaces
  • Do not exit with a non-zero code if Codecov runs into errors. This is important because the entire CI/CD pipeline should not fail if Codecov isn't able to upload reports.
codecov-action - Switch to Ubuntu for base

Published by drazisil about 5 years ago

Add a workflow to self-test the action.

Alpine Linux's find command was missing --execdir, switched to Ubuntu for base

codecov-action - Initial public release

Published by ibrahim0814 about 5 years ago

Version 1 of the Codecov GitHub Action has the following functionality:

  • Upload reports via required auth token
  • Specify a file path to coverage report
  • Include a name for your upload
  • Include flags for your upload
codecov-action - Prerelease

Published by ibrahim0814 about 5 years ago

Almost everything that's finalized before shipping out v1

codecov-action - Add upload 'name' param

Published by ibrahim0814 about 5 years ago

Add functionality to be able to name your uploads

codecov-action - Patch: correct docs

Published by ibrahim0814 about 5 years ago

Correct some errors in docs

codecov-action - Add flags input

Published by ibrahim0814 about 5 years ago

Previously, file paths could not be specified by the user of this action. That is now implemented with this functionality