Skip to content

Commit

Permalink
Merge pull request #31 from adobe/bugfix/ACNA-1679-new-codecov-upload
Browse files Browse the repository at this point in the history
ACNA-1679 | Use new codecov uploader, bash script deprecated
  • Loading branch information
purplecabbage authored Sep 27, 2022
2 parents 2983e2d + 772278d commit 0587d1f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- run: npm test
- name: upload coverage
if: success()
run: curl -s https://codecov.io/bash | bash
env:
CODECOV_NAME: ${{ runner.os }} node.js ${{ matrix.node-version }}
shell: bash
uses: codecov/codecov-action@v3.1.1
with:
name: ${{ runner.os }} node.js ${{ matrix.node-version }}

0 comments on commit 0587d1f

Please sign in to comment.