Skip to content

Commit

Permalink
Add 'test-coverage' and 'pkgdown' badge in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JieYinStat committed Mar 22, 2024
1 parent 386a965 commit 86b3d19
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: always()
run: |
## --------------------------------------------------------------------
find ${{ runner.temp }}/package -name 'testthat.Rout*' -exec cat '{}' \; || true
find '${{ runner.temp }}/package' -name 'testthat.Rout*' -exec cat '{}' \; || true
shell: bash

- name: Upload test results
Expand Down
2 changes: 2 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ knitr::opts_chunk$set(

<!-- badges: start -->
[![R-CMD-check](https://github.com/JieYinStat/dbsubsampling/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/JieYinStat/dbsubsampling/actions/workflows/R-CMD-check.yaml)
[![test-coverage](https://github.com/JieYinStat/dbsubsampling/actions/workflows/test-coverage.yaml/badge.svg)](https://github.com/JieYinStat/dbsubsampling/actions/workflows/test-coverage.yaml)
[![pkgdown](https://github.com/JieYinStat/dbsubsampling/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/JieYinStat/dbsubsampling/actions/workflows/pkgdown.yaml)
<!-- badges: end -->

Providing a unified interface for IBOSS, Lowcon, OSS and other popular design-based subsampling methods.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<!-- badges: start -->

[![R-CMD-check](https://github.com/JieYinStat/dbsubsampling/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/JieYinStat/dbsubsampling/actions/workflows/R-CMD-check.yaml)
[![test-coverage](https://github.com/JieYinStat/dbsubsampling/actions/workflows/test-coverage.yaml/badge.svg)](https://github.com/JieYinStat/dbsubsampling/actions/workflows/test-coverage.yaml)
[![pkgdown](https://github.com/JieYinStat/dbsubsampling/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/JieYinStat/dbsubsampling/actions/workflows/pkgdown.yaml)
<!-- badges: end -->

Providing a unified interface for IBOSS, Lowcon, OSS and other popular
Expand Down

0 comments on commit 86b3d19

Please sign in to comment.