Skip to content

willbakst is running coverage on the package #1

willbakst is running coverage on the package

willbakst is running coverage on the package #1

Workflow file for this run

name: coverage
run-name: ${{ github.actor }} is running coverage on the package
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}