Skip to content

#540 codecov token added #169

#540 codecov token added

#540 codecov token added #169

Workflow file for this run

---
name: codecov
on:
push:
branches:
- master
jobs:
codecov:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
- run: bundle update
- run: bundle exec rake
- uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage/.resultset.json
fail_ci_if_error: true