Skip to content

Commit

Permalink
Update Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed May 17, 2024
1 parent 40eadb0 commit 002b205
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/npm-test-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ on:
required: false
type: string
default: '18'
secrets:
token:
description: 'The CodeCov token used for private repositories'
required: false

jobs:
testandcoverage:
Expand All @@ -35,3 +39,5 @@ jobs:
run: npm test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.token }}

0 comments on commit 002b205

Please sign in to comment.