Skip to content

Merge branch 'wwg-dev' into dependabot/pip/pytest-8.3.3 #884

Merge branch 'wwg-dev' into dependabot/pip/pytest-8.3.3

Merge branch 'wwg-dev' into dependabot/pip/pytest-8.3.3 #884

Workflow file for this run

name: Code Coverage
on: [push, pull_request]
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 }}