fix/update codecov config (#140)

* fix/update-codecov-config

* triggering contracts test

* adjusting smart contract job
This commit is contained in:
Andrei A.
2024-10-07 19:14:48 +03:00
committed by GitHub
parent 3f9b0d9a47
commit 7c1fde89f6
2 changed files with 3 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ jobs:
fail_ci_if_error: true fail_ci_if_error: true
files: ./contracts/coverage/coverage-final.json files: ./contracts/coverage/coverage-final.json
flags: hardhat flags: hardhat
os: linux-arm64 os: linux
name: codecov-contracts name: codecov-contracts
verbose: true verbose: true
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}

View File

@@ -28,10 +28,12 @@ flags:
hardhat: hardhat:
paths: paths:
- contracts/ - contracts/
carryforward: true
kotlin: kotlin:
paths: paths:
- coordinator/ - coordinator/
- jvm-libs/ - jvm-libs/
carryforward: true
github_checks: github_checks:
annotations: false annotations: false