Skip to content

Commit

Permalink
coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
pzentenoe committed Aug 10, 2024
1 parent 2c7a482 commit 4a93e0d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,15 @@ jobs:
-Dsonar.qualitygate.status=ERROR
-Dsonar.qualitygate.stop=true
-Dsonar.qualitygate.failIfNoQualityGate=true
# Agregar la integración con Coveralls.io
- name: Convert coverage report to cobertura format
run: |
go get github.com/boumenot/gocover-cobertura
gocover-cobertura < coverage.out > coverage.xml
- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.xml

0 comments on commit 4a93e0d

Please sign in to comment.