Skip to content

Commit

Permalink
commented out code coverage in codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rebekahrudd committed Dec 5, 2024
1 parent 0f7b8aa commit ac78c1d
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
codecov:
max_report_age: off
# codecov:
# max_report_age: off

comment: false
# comment: false

coverage:
precision: 2
round: down
status:
project:
default:
threshold: 2.0
if_not_found: success
patch:
default:
enabled: no
if_not_found: success
changes:
default:
enabled: no
if_not_found: success
# coverage:
# precision: 2
# round: down
# status:
# project:
# default:
# threshold: 2.0
# if_not_found: success
# patch:
# default:
# enabled: no
# if_not_found: success
# changes:
# default:
# enabled: no
# if_not_found: success

0 comments on commit ac78c1d

Please sign in to comment.