Skip to content

Commit

Permalink
ci: update simple.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhuizuo committed Nov 14, 2023
1 parent cc317f1 commit 0190614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
go-version-file: 'go.mod'
- name: Test # only test a simple pkg.
run: go test -covermode=atomic -coverprofile=coverage.out -v ./pkg/config/... ./pkg/metrics/...
run: go test -covermode=atomic -coverprofile=coverage.out -v ./br/pkg/config/...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 0190614

Please sign in to comment.