Skip to content

Commit a870163

Browse files
authored
Create code.cov.yml
1 parent 2ffeae1 commit a870163

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)