Skip to content

Commit

Permalink
chore: Add Codecov configuration file
Browse files Browse the repository at this point in the history
This commit adds a new `codecov.yml` file to the repository. The file includes a comment section with a layout configuration for condensed header, files, and footer. Additionally, it sets the `hide_project_coverage` option to `TRUE`. This configuration will affect the display of coverage information in Codecov reports.

Note: Please remove any meta information like issue references, tags, or author names from the commit message.
  • Loading branch information
Sma1lboy committed Oct 23, 2024
1 parent 4b0cb89 commit 8fb6333
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
comment:
layout: 'condensed_header, condensed_files, condensed_footer'
hide_project_coverage: TRUE

0 comments on commit 8fb6333

Please sign in to comment.