Skip to content

fix (authors.csv): Removes students from UW #63

fix (authors.csv): Removes students from UW

fix (authors.csv): Removes students from UW #63

Workflow file for this run

# 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/test-coverage.yaml

View workflow run for this annotation

GitHub Actions / call-calc_coverage

Invalid workflow file

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