Skip to content

Commit

Permalink
ci: improve coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jul 10, 2024
1 parent e4cacf7 commit 39c336f
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,17 @@ on: [push, pull_request]

jobs:
coverage:
strategy:
matrix:
go-version: [^1]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
env:
GO111MODULE: "on"
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}

- name: Checkout code
uses: actions/checkout@v4
go-version: stable

- name: Coverage
env:
Expand Down

0 comments on commit 39c336f

Please sign in to comment.