Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
2 changes: 1 addition & 1 deletion .github/workflows/protographic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Lint
run: pnpm run --filter ./protographic lint

- name: Upload integration results to Codecov
- name: Upload test results to Codecov
uses: ./.github/actions/codecov-upload-pr
with:
artifact-name: protographic-tests-coverage
Expand Down
22 changes: 15 additions & 7 deletions codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,33 @@ coverage:
flags:
router:
paths:
- router
- router/
carryforward: true
cli:
paths:
- cli
- cli/
carryforward: true
studio:
paths:
- studio
- studio/
carryforward: true
graphqlmetrics:
paths:
- graphqlmetrics
- graphqlmetrics/
carryforward: true
controlplane:
paths:
- controlplane
- controlplane/
carryforward: true
composition:
paths:
- composition
carryforward: true
- composition/
carryforward: true

comment:
layout: "diff, flags, files”
behavior: default
require_changes: false
require_base: no # [yes :: must have a base report to post]
require_head: yes # [yes :: must have a head report to post]
show_carryforward_flags: false
Loading