Skip to content

Commit

Permalink
chore: update coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunny-unik committed Dec 11, 2023
1 parent aec9b2a commit b2ceffb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,21 @@ jobs:
node: [16, 18]
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Check-out repository
uses: actions/checkout@v2

# Runs a single command using the runners shell
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}

# Install project
- name: Install project
run: npm install
- run: npm t

- name: Generate JaCoCo Badge
# if: ${{ github.ref == 'refs/heads/master' }}
uses: cicirello/jacoco-badge-generator@v2
Expand Down

0 comments on commit b2ceffb

Please sign in to comment.