Skip to content

Update README.md

Update README.md #177

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
#- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
env:
#token: ${{ secrets.CODECOV_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
file: lcov.info
verbose: true # optional (default = false)