Skip to content

Commit

Permalink
Feat: Testing coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ivgonzalezc committed Dec 6, 2023
1 parent 45ba573 commit 18b017a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@ jobs:

- name: Run unit tests
run: |
go get github.com/boumenot/gocover-cobertura
cd api/client
go test -v
go test -coverprofile=coverage.txt -covermode count -v
gocover-cobertura < coverage.txt > coverage.xml
ls -alt
sonarqube:
# Sonar scan is not required for dependabot PRs
Expand Down

0 comments on commit 18b017a

Please sign in to comment.