Skip to content

Commit

Permalink
ci: only send codecov from ubuntu and node (#2914)
Browse files Browse the repository at this point in the history
* ci: only send codecov from ubuntu and node

* remove whitespace
  • Loading branch information
Uzlopak committed Mar 3, 2024
1 parent c04802b commit ff16351
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
NODE_V8_COVERAGE: ./coverage/tmp

- name: Coverage Report
if: matrix.runs-on == 'ubuntu-latest' && matrix.node-version == 20
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit ff16351

Please sign in to comment.