Skip to content

Commit de18ce6

Browse files
committed
Adjust tests
1 parent e677800 commit de18ce6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎.github/workflows/test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Lint
4040
run: golint ./...
4141
- name: Test
42-
run: go test -race ./... -coverpkg=./... -coverprofile=coverage.txt -covermode=atomic
42+
run: go test -race ./libwebp -coverprofile=coverage.txt -covermode=atomic
4343
- name: Upload coverage reports to Codecov
4444
uses: codecov/codecov-action@v4.5.0
4545
with:

‎libwebp/encode_test.go‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import (
66
"image"
77
"image/draw"
88
"image/jpeg"
9+
_ "image/png"
910
"io"
1011
"os"
1112
"path/filepath"

0 commit comments

Comments
 (0)