mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-07 22:54:08 -05:00
fix/update codecov config (#140)
* fix/update-codecov-config * triggering contracts test * adjusting smart contract job
This commit is contained in:
2
.github/workflows/run-smc-tests.yml
vendored
2
.github/workflows/run-smc-tests.yml
vendored
@@ -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 }}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user