We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ee2c9 commit dce4db9Copy full SHA for dce4db9
.github/workflows/codecov.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Gather dependencies
17
run: go mod download
18
- name: Run coverage
19
- run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
+ run: go test ./imdb ./justwatch -race -coverprofile=coverage.txt -covermode=atomic ./...
20
- name: Upload coverage to Codecov
21
uses: codecov/codecov-action@v4
22
with:
0 commit comments