Skip to content

Add Codecov workflow configuration #4

Add Codecov workflow configuration

Add Codecov workflow configuration #4

Workflow file for this run

name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
on:
push:
branches:
- main # Adjust the branch as needed
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}