Skip to content

Commit

Permalink
bugfix for ACNA-1679
Browse files Browse the repository at this point in the history
  • Loading branch information
amulyakashyap09 committed Sep 26, 2022
1 parent 96f4b6c commit 5ade853
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 @@ -31,7 +31,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 5ade853

Please sign in to comment.