Merge pull request #515 from codecov/specify-version

Allow specifying version of Codecov uploader
This commit is contained in:
Tom Hu
2021-09-13 08:58:22 -04:00
committed by GitHub
14 changed files with 170 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "codecov-action",
"version": "2.0.3",
"version": "2.1.0",
"description": "Upload coverage reports to Codecov from GitHub Actions",
"main": "index.js",
"scripts": {