Skip to content

Commit

Permalink
ci: switch to new codecov uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
drazisil committed Jun 17, 2021
1 parent 87e9817 commit ddfcff4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,21 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: |
curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --import # One time step
curl -Os https://uploader.codecov.io/latest/codecov-linux
curl -Os https://uploader.codecov.io/latest/codecov-linux.SHA256SUM
curl -Os https://uploader.codecov.io/latest/codecov-linux.SHA256SUM.sig
gpg --verify codecov-linux.SHA256SUM.sig codecov-linux.SHA256SUM
shasum -a 256 -c codecov-linux.SHA256SUM
chmod +x codecov-linux
./codecov-linux -t c72be71a-17c2-4757-ae38-ab9ffe1a71b3 -Z -n ${{ matrix.node-version }}.v2 -F ${{ matrix.node-version }}.v2 -v
- name: Codecov
# You may pin to the exact commit or the version.
# uses: codecov/codecov-action@29386c70ef20e286228c72b668a06fd0e8399192
Expand Down

0 comments on commit ddfcff4

Please sign in to comment.