Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Koch <[email protected]>
  • Loading branch information
hugelgupf committed Jan 21, 2024
1 parent 269ba85 commit 244039c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: go test -v -covermode atomic -coverpkg ./... -coverprofile cover.out ./...

- name: Convert GOCOVERDIR coverage data
run: go tool covdata textfmt -i=cmd/mkuimage/cover -o cover2.out
run: go tool covdata textfmt -i=cmd/mkuimage/cover -o cmdcover.out

- uses: codecov/codecov-action@v4-beta
env:
Expand All @@ -46,6 +46,7 @@ jobs:
flags: ${{ matrix.platform }}-unit
fail_ci_if_error: true
verbose: true
files: cover.out,cmdcover.out

race:
name: Race test
Expand Down

0 comments on commit 244039c

Please sign in to comment.