We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a7bc92 + a870163 commit 26ee4c7Copy full SHA for 26ee4c7
.github/workflows/code.cov.yml
@@ -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