Skip to content

Commit 26ee4c7

Browse files
committed
2 parents 5a7bc92 + a870163 commit 26ee4c7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/code.cov.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# This is a basic workflow to help you get started with Actions
2+
3+
name: Converage-Commenter-CI
4+
on: pull_request
5+
6+
jobs:
7+
build:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Code coverage commenter
11+
uses: raulanatol/jest-coverage-comment-action@v1.0.0
12+
with:
13+
github-token: ${{ secrets.GITHUB_TOKEN }}
14+
jest-command: 'npm run jest-ci'

0 commit comments

Comments
 (0)