Skip to content

Commit

Permalink
Cover just mal package in code coverage (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
nstratos committed Apr 24, 2024
1 parent b3d9ec4 commit 941aace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -54,7 +54,7 @@ jobs:
golint `go list ./... | grep -v /vendor/`
- name: Run go test
run: go test -v -race -covermode=atomic -coverprofile=coverage.out ./...
run: go test -v -race -covermode=atomic -coverprofile=coverage.out github.com/nstratos/go-myanimelist/mal/...

- name: Upload test coverage to Coveralls
if: ${{ matrix.upload-coverage }}
Expand Down

0 comments on commit 941aace

Please sign in to comment.