Skip to content

update .gitignore

update .gitignore #107

Workflow file for this run

name: CI
on:
- push
jobs:
codeCov:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3