Skip to content

Commit

Permalink
Fix README and adding skip-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mhesselbarth committed Feb 11, 2025
1 parent f66d682 commit 0fdca12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/Test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ permissions: read-all

jobs:
test-coverage:
if: "!contains(github.event.commits[0].message, '[skip-ci]')"
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 0 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ knitr::opts_chunk$set(
|---|---|---|
| [![Project Status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) | [![R-CMD-check](https://github.com/Allgeier-Lab/arrR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/Allgeier-Lab/arrR/actions/workflows/R-CMD-check.yaml) | [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) |
| [![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable) | [![Codecov test coverage](https://codecov.io/gh/Allgeier-Lab/arrR/graph/badge.svg)](https://app.codecov.io/gh/Allgeier-Lab/arrR) | [![DOI](https://img.shields.io/badge/DOI-10.1002/eap.2617-blue.svg)](https://doi.org/10.1002/eap.2617) |
[![Codecov test coverage](https://codecov.io/gh/Allgeier-Lab/arrR/graph/badge.svg)](https://app.codecov.io/gh/Allgeier-Lab/arrR)
<!-- badges: end -->

The goal of **arrR** is to simulate seagrass primary production around artificial reefs (ARs). For a more detailed model description, please see `vignette("general-background")`. Please see `vignette("get-started")` for a short tutorial how to use **arrR**.
Expand Down

0 comments on commit 0fdca12

Please sign in to comment.