Skip to content

Releases: codecov/codecov-action

Switch to Ubuntu for base

24 Aug 17:00
cb218a0
Compare
Choose a tag to compare

Add a workflow to self-test the action.

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

Initial public release

08 Aug 17:13
e3f7b8b
Compare
Choose a tag to compare

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

Prerelease

08 Aug 06:52
e0cc6d4
Compare
Choose a tag to compare
Prerelease Pre-release
Pre-release

Almost everything that's finalized before shipping out v1

Add upload 'name' param

08 Aug 05:06
4546e13
Compare
Choose a tag to compare

Add functionality to be able to name your uploads

Patch: correct docs

07 Aug 20:33
e74d307
Compare
Choose a tag to compare

Correct some errors in docs

Add flags input

07 Aug 20:21
e749576
Compare
Choose a tag to compare

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

Add report file path

07 Aug 19:20
48bb5e4
Compare
Choose a tag to compare

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

with:
  file: ./coverage.xml

Linting, spelling fixes

07 Aug 13:25
125f8ba
Compare
Choose a tag to compare

Just a few quick spelling fixes across a couple files

Patch public repo uploads

07 Aug 06:47
954f217
Compare
Choose a tag to compare

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

Initial release

07 Aug 03:45
00ee6d6
Compare
Choose a tag to compare

Capabilities:

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