Skip to content

fixing lint errors

fixing lint errors #7

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 }}