Skip to content

Commit

Permalink
refactor: Update .github/codecov.yml to show project coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
drazisil committed Jul 27, 2024
1 parent 289d76d commit 0c6443e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ component_management:

comment:
layout: diff, flags, components, files, header, footer
hide_project_details: false
hide_project_coverage: false
show_carryforward_flags: true
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@ codecov: codecov_install
codecovcli --verbose upload-process --fail-on-error -t ${{ secrets.CODECOV_TOKEN }} -n Utils -F Utils -f libs/utils/coverage/lcov.info
codecovcli --verbose upload-process --fail-on-error -t ${{ secrets.CODECOV_TOKEN }} -n Web -F Web -f libs/web/coverage/lcov.info

codecov_local:
codecovcli --verbose upload-process --fail-on-error -n Server -F Server -f apps/server/coverage/lcov.info
codecovcli --verbose upload-process --fail-on-error -n Config -F Config -f libs/config/coverage/lcov.info
codecovcli --verbose upload-process --fail-on-error -n Utils -F Utils -f libs/utils/coverage/lcov.info
codecovcli --verbose upload-process --fail-on-error -n Web -F Web -f libs/web/coverage/lcov.info


@PHONY: test codecov_install codecov

0 comments on commit 0c6443e

Please sign in to comment.