Skip to content

ci: remove gem github_changelog_generator in favor of git-cliff-action #269

ci: remove gem github_changelog_generator in favor of git-cliff-action

ci: remove gem github_changelog_generator in favor of git-cliff-action #269

Workflow file for this run

name: coverage
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: 0 12 * * 5
jobs:
codecov:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec rake spec
env:
CODE_COV: true
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}