Skip to content

Commit

Permalink
Fix CI by dumping codecov and upgrade go
Browse files Browse the repository at this point in the history
  • Loading branch information
taktv6 authored and BarbarossaTM committed Jul 22, 2024
1 parent 63eef2b commit 660d9d5
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.20.x]
go-version: [1.22.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -22,14 +22,5 @@ jobs:
- name: Test
run: make test-coverage

# Upload Coverage Report
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
file: ./coverage.txt
flags: unittests
name: codecov-${{ matrix.platform }}-${{ matrix.go-version }}
fail_ci_if_error: true

- name: Build commands and examples
run: make build

0 comments on commit 660d9d5

Please sign in to comment.