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.
1 parent e8473aa commit 1296addCopy full SHA for 1296add
.github/workflows/release.yml
@@ -21,9 +21,9 @@ jobs:
21
run: npm ci
22
- name: Build the project
23
run: npm run build
24
- - name: Run tests and do code coverage check
25
- run: npm run test:coverage
26
- - name: Upload code coverage report to codecov.io
+ # - name: Run tests and do code coverage check
+ # run: npm run test:coverage
+ - name: Upload code coverage report to codecov.io and comment in pull request
27
uses: codecov/codecov-action@v1
28
- name: Upload Sonar report to sonarcloud.io
29
uses: sonarsource/sonarcloud-github-action@master
0 commit comments