Skip to content

Commit

Permalink
Merge pull request #88 from codecov/update-dist
Browse files Browse the repository at this point in the history
Update dist
  • Loading branch information
thomasrockhu committed Jul 1, 2020
2 parents dbf1dde + 0ceca4b commit 22f6ff1
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 966 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Upload coverage to Codecov
uses: ./
with:
#commenting out token because tokenless uploads are now supported
#token: ${{secrets.CODECOV_TOKEN}}
flags: unittest
name: codecov-1
- uses: actions/checkout@master
- name: Install dependencies
run: npm install
- name: Upload coverage to Codecov
uses: ./
with:
#commenting out token because tokenless uploads are now supported
#token: ${{secrets.CODECOV_TOKEN}}
flags: unittest
name: codecov-1
1,098 changes: 141 additions & 957 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codecov-action",
"version": "1.0.5",
"version": "1.0.9",
"description": "Upload coverage reports to Codecov from GitHub Actions",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 22f6ff1

Please sign in to comment.