Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ coverage:
# See https://docs.codecov.io/docs/commit-status
status:
project:
default: false
default: false # disables the overall project status
client:
paths: "client/"
paths:
- "client/"
threshold: 2% # don't allow coverage to drop on client
service:
paths: "service"
paths:
- "service"
threshold: 2% # allow coverage to drop on service by 2% (wip)
ignore:
- "dapr/proto/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: make test

- name: Cover
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5

- name: Lint
uses: golangci/golangci-lint-action@v6
Expand Down