Skip to content

test: CHECK

test: CHECK #2

Workflow file for this run

name: "CODECOV"
on:
pull_request:
jobs:
codecov:
runs-on: ubuntu-latest
steps:
- name: "check is CODECOV_TOKEN exists"
env:
super_secret: ${{ secrets.CODECOV_TOKEN }}
if: ${{ env.super_secret == '' }}
run: 'echo "echo the secret \"CODECOV_TOKEN\" has not been made; echo please go to \"settings \> secrets \> actions\" to create it"'