Skip to content

Python 3.13.0 support for spare scores package #53

Python 3.13.0 support for spare scores package

Python 3.13.0 support for spare scores package #53

Workflow file for this run

name: Test Coverage and Report to Codecov
on:
pull_request:
branches: ["main"]
jobs:
codecov:
runs-on: ubuntu-latest
steps:
- name: Upload coverage reports
uses: codecov/codecov-action@v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}