Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Andrés Reyes el Programador Pobre <[email protected]>
  • Loading branch information
profe-ajedrez authored Nov 4, 2024
1 parent 9dc2b48 commit adcf326
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,9 @@ jobs:
install-go: false
cache-key: ${{ matrix.go }}
working-directory: ${{ matrix.dir }}
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'

- name: Build
run: go install

- name: Test
run: |
go test -v ./... -coverprofile coverage.out -coverpkg ./...
go tool cover -func coverage.out -o coverage.out # Replaces coverage.out with the analysis of coverage.out
- name: Update coverage report
uses: ncruces/go-coverage-report@main

0 comments on commit adcf326

Please sign in to comment.