Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/development' into fake_calculate
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerm-iguazio committed May 6, 2024
2 parents 36acdaf + 1e36187 commit 87c1119
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_updated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage_reports/coverage.xml
verbose: true
43 changes: 43 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Codecov configuration file with informational setting for unrestricted merge

# Notify settings ensure that CI must pass for notifications to be sent
codecov:
notify:
require_ci_to_pass: yes

# Coverage settings
coverage:
# Set coverage precision to 2 decimal places
precision: 2

# Round coverage down to the nearest whole number
round: down

# Define the acceptable coverage range from 70% to 100%
range: "70...100"

# Project status settings
status:
project:
default:
# Enable informational setting to remove merge blocking limits
informational: yes

# Additional settings for PR comments
comment:
# Include coverage change in the PR comment
layout: "header, diff, changes, files, footer"

# Set the comment title
title: "Code Coverage Report"

# Set the comment's footer text
footer: "Powered by Codecov. Learn more at https://docs.codecov.com."

# Include coverage badge in the PR comment
badges: "svg"

patch:
default:
# Show patch status in PR comment
informational: yes

0 comments on commit 87c1119

Please sign in to comment.