Skip to content

Commit

Permalink
test: only test imdb and justwatch packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisin0 committed Sep 16, 2024
1 parent 55ee2c9 commit dce4db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Gather dependencies
run: go mod download
- name: Run coverage
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
run: go test ./imdb ./justwatch -race -coverprofile=coverage.txt -covermode=atomic ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit dce4db9

Please sign in to comment.