Skip to content

Merge pull request #163 from WWGolay/dependabot/pip/prettytable-3.10.0 #292

Merge pull request #163 from WWGolay/dependabot/pip/prettytable-3.10.0

Merge pull request #163 from WWGolay/dependabot/pip/prettytable-3.10.0 #292

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@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}