Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
fix: add report comments for all the packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Dec 23, 2023
1 parent 6aeec41 commit f54e209
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ jobs:
GITHUB_COMMITER_EMAIL: ${{ secrets.GITHUB_COMMITER_EMAIL }}
CI: true
with:
title: Test Coverage for @pluto-encrypted/database
coverage-summary-path: packages/database/coverage/coverage-summary.json
create-new-comment: true

- name: Coverage Comment
uses: MishaKav/jest-coverage-comment@v1.0.23
Expand All @@ -74,7 +76,9 @@ jobs:
GITHUB_COMMITER_EMAIL: ${{ secrets.GITHUB_COMMITER_EMAIL }}
CI: true
with:
title: Test Coverage for @pluto-encrypted/leveldb
coverage-summary-path: packages/leveldb/coverage/coverage-summary.json
create-new-comment: true

- name: Coverage Comment
uses: MishaKav/jest-coverage-comment@v1.0.23
Expand All @@ -87,7 +91,9 @@ jobs:
GITHUB_COMMITER_EMAIL: ${{ secrets.GITHUB_COMMITER_EMAIL }}
CI: true
with:
title: Test Coverage for @pluto-encrypted/inmemory
coverage-summary-path: packages/inmemory/coverage/coverage-summary.json
create-new-comment: true

- name: Coverage Comment
uses: MishaKav/jest-coverage-comment@v1.0.23
Expand All @@ -100,4 +106,6 @@ jobs:
GITHUB_COMMITER_EMAIL: ${{ secrets.GITHUB_COMMITER_EMAIL }}
CI: true
with:
coverage-summary-path: packages/indexdb/coverage/coverage-summary.json
title: Test Coverage for @pluto-encrypted/indexdb
coverage-summary-path: packages/indexdb/coverage/coverage-summary.json
create-new-comment: true

0 comments on commit f54e209

Please sign in to comment.