Skip to content

adding alignment caching mechanism #367

adding alignment caching mechanism

adding alignment caching mechanism #367

Workflow file for this run

name: test and send code coverage to codecov.io
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
test-and-codecov:
name: test and check coverage
uses: clamsproject/.github/.github/workflows/sdk-codecov.yml@main
secrets:
CC_REPO_UPLOAD_TOKEN: ${{ secrets.CODECOV_UPLOAD_TOKEN_MMIF_PYTHON }}