Skip to content

Commit

Permalink
code cov on both versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-linch committed Mar 23, 2024
1 parent 70fc259 commit bc3aa45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
ignore:
- methods_gen.go
- examples
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:
- name: Test
run: go test -timeout 30s -v -race -coverprofile=coverage.txt ./...

- name: Upload coverage
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos

test-go-latest:
name: Test latest stable
runs-on: ubuntu-latest
Expand Down

0 comments on commit bc3aa45

Please sign in to comment.