Skip to content

Commit

Permalink
bugfix for ACNA-1679 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
amulyakashyap09 committed Sep 27, 2022
1 parent 07db971 commit 12f8487
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/node.js.yml
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 12f8487

Please sign in to comment.