Compare commits

...

4 Commits

Author SHA1 Message Date
Thomas Hu
22f6ff10ac Merge pull request #88 from codecov/update-dist
Update dist
2020-07-01 11:57:59 -04:00
Thomas Hu
0ceca4b5d3 Install dependencies 2020-07-01 11:51:01 -04:00
Thomas Hu
3658bafacb Bump version 2020-07-01 11:45:18 -04:00
Thomas Hu
ef3b48314f Update dist 2020-07-01 11:40:05 -04:00
3 changed files with 152 additions and 966 deletions

View File

@@ -4,11 +4,13 @@ jobs:
run: run:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
- name: Upload coverage to Codecov - name: Install dependencies
uses: ./ run: npm install
with: - name: Upload coverage to Codecov
#commenting out token because tokenless uploads are now supported uses: ./
#token: ${{secrets.CODECOV_TOKEN}} with:
flags: unittest #commenting out token because tokenless uploads are now supported
name: codecov-1 #token: ${{secrets.CODECOV_TOKEN}}
flags: unittest
name: codecov-1

1098
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

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