Skip to content

fix: wallet update sui_import.sh (#892) #678

fix: wallet update sui_import.sh (#892)

fix: wallet update sui_import.sh (#892) #678

name: Codecov javascore
on:
push:
branches:
- main
pull_request:
branches:
- main
paths:
- 'contracts/javascore/**'
- '.github/workflows/codecov-javascore.yml'
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
jobs:
Coverage-Codecov:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: true
- name: Javascore contracts coverage
run: cd contracts/javascore && ./gradlew test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
flags: java