Skip to content

Commit

Permalink
GHA: add yml file to calculate code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Bai-Li-NOAA committed Feb 1, 2024
1 parent b281373 commit 968e968
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/call-calc-coverage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 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

0 comments on commit 968e968

Please sign in to comment.