Skip to content

Commit

Permalink
fix: codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
count-sum committed Sep 24, 2024
1 parent 22efe88 commit 97a30a8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
19 changes: 8 additions & 11 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,27 @@
codecov:
notify:
wait_for_ci: false
wait_for_ci: false
require_ci_to_pass: false

comment:
behavior: default
hide_project_coverage: false
layout: "diff, flags, files"
require_base: false
require_changes:
- 0
require_changes: false
require_head: true
show_carryforward_flags: true

coverage:
precision: 2
range:
- 60.0
- 80.0
range: 60..80
round: down
status:
changes: false
default_rules:
flag_coverage_not_uploaded_behavior: include
patch: true
project: true
changes: false
default_rules:
flag_coverage_not_uploaded_behavior: include
patch: true
project: true

flags:
hardhat:
Expand Down
2 changes: 1 addition & 1 deletion contracts/test/LineaRollup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1932,7 +1932,7 @@ describe("Linea Rollup contract", () => {
calldataAggregatedProof1To155.l1RollingHash,
);

// aggregatedProof1To81.aggregatedProof, // wrong proof on purpose
// aggregatedProof1To81.aggregatedProof, wrong proof on purpose
const finalizeCall = lineaRollup
.connect(operator)
.finalizeBlocksWithProof(aggregatedProof1To81.aggregatedProof, TEST_PUBLIC_VERIFIER_INDEX, finalizationData);
Expand Down

0 comments on commit 97a30a8

Please sign in to comment.