Skip to content

updating github actions #2

updating github actions

updating github actions #2

Workflow file for this run

name: Code Coverage
on: [
push,
pull_request
]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}