Skip to content

Commit

Permalink
Merge pull request #12 from rherrmannr/11-ci-enable-coverage
Browse files Browse the repository at this point in the history
enable coverage
  • Loading branch information
rherrmannr authored Jun 21, 2024
2 parents cbf02da + 51b3677 commit 8f4c79c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
- name: Run Unittests
run: xvfb-run --auto-servernum npm run test

# - name: Run coverage
# run: npm run coverage
- name: Run coverage
run: xvfb-run --auto-servernum npm run coverage

0 comments on commit 8f4c79c

Please sign in to comment.