File: coverage.md

package info (click to toggle)
r-cran-usethis 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,228 kB
  • sloc: sh: 26; makefile: 17; cpp: 6; ansic: 3
file content (13 lines) | stat: -rw-r--r-- 519 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# we use specific URLs in a codecov badge

    Code
      use_codecov_badge("OWNER/REPO")
    Message
      ! Can't find a README for the current project.
      i See `usethis::use_readme_rmd()` for help creating this file.
      i Badge link will only be printed to screen.
      [ ] Copy and paste the following lines into 'README':
        <!-- badges: start -->
        [![Codecov test coverage](https://codecov.io/gh/OWNER/REPO/graph/badge.svg)](https://app.codecov.io/gh/OWNER/REPO)
        <!-- badges: end -->