Skip to content

Commit

Permalink
GithubAction: Splitts Coverall from Coverage Report
Browse files Browse the repository at this point in the history
  • Loading branch information
azak-azkaran committed Nov 6, 2020
1 parent e521734 commit 8c7bbf2
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: Make Coverall
run: make coverall
- name: Make Coverage Reports
run: make coverage

- name: Update SonarProject Version
run: echo "sonar.projectVersion=`git describe --tags --abbrev=0`" >> sonar-project.properties
Expand All @@ -37,8 +37,6 @@ jobs:
# You may pin to the exact commit or the version.
# uses: SonarSource/sonarcloud-github-action@f4c6e4d91ea9785ec823eaeed459042606123402
uses: SonarSource/sonarcloud-github-action@v1.4
with:
# Additional arguments to the sonarcloud scanner
args: # optional
# Set the sonar.projectBaseDir analysis property
projectBaseDir: # optional, default is .

- name: Coveralls
uses: coverallsapp/github-action@master

0 comments on commit 8c7bbf2

Please sign in to comment.