codecov-action

GitHub Action that uploads coverage to Codecov

MIT License

Stars
1.5K
Committers
52

Bot releases are hidden (Show)

codecov-action - Add report file path

Published by ibrahim0814 about 5 years ago

This update lets users specify a path to the coverage report file

with:
  file: ./coverage.xml
codecov-action - Linting, spelling fixes

Published by ibrahim0814 about 5 years ago

Just a few quick spelling fixes across a couple files

codecov-action - Patch public repo uploads

Published by ibrahim0814 about 5 years ago

Bug fix: Public repositories should be able to upload without a token. Prior to this patch, a token would've been required to upload for all public repos using the Codecov action

codecov-action - Initial release

Published by ibrahim0814 about 5 years ago

Capabilities:

  • Invoke Codecov's bash uploader
  • Use token to validate upload