Skip to content

Commit dce4db9

Browse files
committed
test: only test imdb and justwatch packages.
1 parent 55ee2c9 commit dce4db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Gather dependencies
1717
run: go mod download
1818
- name: Run coverage
19-
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
19+
run: go test ./imdb ./justwatch -race -coverprofile=coverage.txt -covermode=atomic ./...
2020
- name: Upload coverage to Codecov
2121
uses: codecov/codecov-action@v4
2222
with:

0 commit comments

Comments
 (0)