Skip to content

Commit

Permalink
Update nodejs.yml
Browse files Browse the repository at this point in the history
trying manual workaorund
  • Loading branch information
MarlonSchultz authored Sep 24, 2024
1 parent 20677ec commit 588f838
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
env:
CI: true
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
url: https://codecov.internal.dev.ampeers.cloud/
run: |
bash <(curl -s https://codecov.internal.dev.ampeers.cloud/bash) \
-t ${{ secrets.CODECOV_TOKEN }} \
-f ./Code/NodeJS/coverage/lcov.info \
-u https://codecov.internal.dev.ampeers.cloud

0 comments on commit 588f838

Please sign in to comment.