Skip to content

Commit

Permalink
ACNA-1679 | Use new codecov uploader, bash script deprecated (#19)
Browse files Browse the repository at this point in the history
* bugfix for ACNA-1679
* nit: add new line at eof

Co-authored-by: Jesse MacFadyen <purplecabbage@gmail.com>
  • Loading branch information
amulyakashyap09 and purplecabbage committed Dec 15, 2022
1 parent fff4c4d commit 55aa49f
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 55aa49f

Please sign in to comment.