Skip to content

put in some mods to vignette #23

put in some mods to vignette

put in some mods to vignette #23

# call a workflow that runs covr::codecov() to calculate code coverage
name: call-calc_coverage
# on specifies the build triggers. See more info at https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows
# The default is to run the workflow on every push or pull request to every branch.
on: [push, pull_request]
jobs:
call-workflow:
uses: nmfs-fish-tools/ghactions4r/.github/workflows/calc-coverage.yml@main

Check failure on line 8 in .github/workflows/call-calc-coverage.yml

View workflow run for this annotation

GitHub Actions / call-calc_coverage

Invalid workflow file

The workflow is not valid. .github/workflows/call-calc-coverage.yml (Line: 8, Col: 11): Secret CODECOV_TOKEN is required, but not provided while calling.