Skip to content

Matrix and Codecov

Matrix and Codecov #1

name: Matrix and Codecov
on:
# push:
# branches:
# - main
release:
types:
- prereleased
- published
workflow_dispatch:
jobs:
matrix-coverage:
uses: scikit-package/release-scripts/.github/workflows/_matrix-and-codecov-on-merge-to-main.yml@v0
with:
project: diffpy.structure
c_extension: false
headless: false
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}