mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-07 03:23:49 -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
|
||||
files: ./contracts/coverage/coverage-final.json
|
||||
flags: hardhat
|
||||
os: linux-arm64
|
||||
os: linux
|
||||
name: codecov-contracts
|
||||
verbose: true
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
@@ -28,10 +28,12 @@ flags:
|
||||
hardhat:
|
||||
paths:
|
||||
- contracts/
|
||||
carryforward: true
|
||||
kotlin:
|
||||
paths:
|
||||
- coordinator/
|
||||
- jvm-libs/
|
||||
carryforward: true
|
||||
|
||||
github_checks:
|
||||
annotations: false
|
||||
|
||||
Reference in New Issue
Block a user