Skip to content

Added function to find the nearest exptime for the dark frame if the camera type is ccd #21 #159

Added function to find the nearest exptime for the dark frame if the camera type is ccd #21

Added function to find the nearest exptime for the dark frame if the camera type is ccd #21 #159

Workflow file for this run

name: Code Coverage
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}