Skip to content

Commit

Permalink
chore: codecov reports to match go coverage reports (#8696)
Browse files Browse the repository at this point in the history
  • Loading branch information
amandavialva01 authored Jan 18, 2024
1 parent 0782c35 commit faea553
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1675,7 +1675,7 @@ jobs:
- run: make -C master test-intg
- codecov/upload:
flags: "backend"
xtra_args: "-v"
xtra_args: "-v -X fixes"
- store_test_results:
path: master/test-intg.junit.xml
- persist_to_workspace:
Expand All @@ -1701,7 +1701,7 @@ jobs:
- run: make -C agent test-intg
- codecov/upload:
flags: "backend"
xtra_args: "-v"
xtra_args: "-v -X fixes"
- store_test_results:
path: agent/test-intg.junit.xml
- persist_to_workspace:
Expand Down
5 changes: 5 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ coverage:
flags:
- backend
informational: false
only_pulls: true

flags:
backend:
Expand All @@ -35,3 +36,7 @@ github_checks:
comment:
layout: "diff, flags, files"
behavior: default

parsers:
go:
partials_as_hits: true

0 comments on commit faea553

Please sign in to comment.