Skip to content

Commit

Permalink
add weird flag and recover yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob-Chen222 committed Jun 4, 2024
1 parent b7b4cbf commit 357ce33
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/per-lib-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
file: main_coverage.info
flags: unittests
disable_default_path_finding: true
plugin: pycoverage #hope this will disable gcov
name: codecov-umbrella
fail_ci_if_error: false
Expand Down
17 changes: 17 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
codecov:
branch: repo-refactor
notify:
require_ci_to_pass: false

coverage:
status:
project:
default:
target: auto # Automatically set target at 70% of the current project coverage
threshold: 0% # Allows the coverage to drop by no more than 0% from the target
base: auto # Picks the base of the pull request as a reference to compare against

comment:
layout: "header, diff, flags, files"
behavior: default
require_changes: no

0 comments on commit 357ce33

Please sign in to comment.