Skip to content

Commit

Permalink
chore: test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
kellijohnson-NOAA committed May 17, 2023
1 parent c427db5 commit 117a78f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test-coverage.yaml
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<!-- badges: start -->
[![R-CMD-check](https://github.com/pfmc-assessments/sa4ss/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/pfmc-assessments/sa4ss/actions/workflows/R-CMD-check.yaml)
[![codecov](https://codecov.io/gh/pfmc-assessments/sa4ss/branch/main/graph/badge.svg)](https://app.codecov.io/gh/pfmc-assessments/sa4ss)
<!-- badges: end -->

# Table of contents
Expand Down

0 comments on commit 117a78f

Please sign in to comment.