Skip to content

Implement get_series_info_from_cube_pid_coord function and add pad_coordinate helper #971

Implement get_series_info_from_cube_pid_coord function and add pad_coordinate helper

Implement get_series_info_from_cube_pid_coord function and add pad_coordinate helper #971

Workflow file for this run

name: Tests
on: [pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- run: make test
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}