Skip to content

Migrate to pyproject.toml and common workflows, update for numpy 2.0 … #101

Migrate to pyproject.toml and common workflows, update for numpy 2.0 …

Migrate to pyproject.toml and common workflows, update for numpy 2.0 … #101

Workflow file for this run

# Runs all tests and pushes coverage report to codeclimate
name: Coverage
on: # Runs on all push events to master branch and any push related to a pull request
push:
branches:
- master
pull_request: # so that codeclimate gets coverage and reports on the diff
jobs:
coverage:
uses: pylhc/.github/.github/workflows/coverage.yml@master
with:
src-dir: optics_functions
secrets: inherit