Skip to content

Commit bebd4cf

Browse files
authored
Update go.yml
1 parent fea3fdd commit bebd4cf

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/go.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
make lint-pipeline
5757
58-
sonar:
58+
reports:
5959
strategy:
6060
fail-fast: true
6161
max-parallel: 1
@@ -85,8 +85,13 @@ jobs:
8585
- name: Prepare test coverage
8686
run: |
8787
make test-cover
88+
89+
- name: Cover report
90+
if: success()
91+
run: |
92+
bash <(curl -s https://codecov.io/bash) -f ./coverage/full.cov
8893
89-
- name: SonarCloud Scan
94+
- name: SonarCloud Scan report
9095
uses: sonarsource/sonarcloud-github-action@v1.6
9196
env:
9297
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)