Skip to content

Commit

Permalink
Merge pull request #121 from OHDSI/codecov
Browse files Browse the repository at this point in the history
Fixes codecov on readme
  • Loading branch information
ilovemane committed Sep 20, 2024
2 parents b6f860c + c854799 commit 3258bd8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ knitr::opts_chunk$set(
# omock <img src="man/figures/logo.png" align="right" height="200"/>

<!-- badges: start -->
[![R-CMD-check](https://github.com/oxford-pharmacoepi/omock/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/oxford-pharmacoepi/omock/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/oxford-pharmacoepi/omock/branch/main/graph/badge.svg)](https://app.codecov.io/gh/oxford-pharmacoepi/omock?branch=main)
[![R-CMD-check](https://github.com/OHDSI/omock/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/OHDSI/omock/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/OHDSI/omock/branch/main/graph/badge.svg)](https://app.codecov.io/gh/OHDSI/omock?branch=main)
<!-- badges: end -->


Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

<!-- badges: start -->

[![R-CMD-check](https://github.com/oxford-pharmacoepi/omock/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/oxford-pharmacoepi/omock/actions/workflows/R-CMD-check.yaml)
[![R-CMD-check](https://github.com/OHDSI/omock/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/OHDSI/omock/actions/workflows/R-CMD-check.yaml)
[![Codecov test
coverage](https://codecov.io/gh/oxford-pharmacoepi/omock/branch/main/graph/badge.svg)](https://app.codecov.io/gh/oxford-pharmacoepi/omock?branch=main)
coverage](https://codecov.io/gh/OHDSI/omock/branch/main/graph/badge.svg)](https://app.codecov.io/gh/OHDSI/omock?branch=main)
<!-- badges: end -->

The primary objective of the omock package is to generate mock OMOP CDM
Expand Down Expand Up @@ -85,10 +85,10 @@ cdm$person %>%
#> Rows: 1,000
#> Columns: 18
#> $ person_id <int> 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,…
#> $ gender_concept_id <int> 8507, 8532, 8532, 8532, 8507, 8507, 8532, …
#> $ year_of_birth <int> 1997, 1963, 1986, 1978, 1973, 1961, 1986, …
#> $ month_of_birth <int> 8, 1, 3, 11, 3, 2, 12, 9, 7, 6, 1, 10, 1,
#> $ day_of_birth <int> 22, 27, 10, 8, 2, 1, 16, 5, 23, 2, 17, 13,
#> $ gender_concept_id <int> 8532, 8507, 8532, 8532, 8532, 8507, 8532, …
#> $ year_of_birth <int> 1971, 1994, 1953, 1994, 1995, 1989, 1970, …
#> $ month_of_birth <int> 12, 1, 3, 6, 3, 6, 10, 12, 5, 10, 5, 10, 5
#> $ day_of_birth <int> 1, 14, 25, 20, 6, 23, 6, 31, 1, 14, 14, 24
#> $ race_concept_id <int> NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA…
#> $ ethnicity_concept_id <int> NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA…
#> $ birth_datetime <dttm> NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, N…
Expand Down Expand Up @@ -116,7 +116,7 @@ cdm$observation_period %>%
#> Columns: 5
#> $ observation_period_id <int> 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 1…
#> $ person_id <int> 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 1…
#> $ observation_period_start_date <date> 2000-06-03, 1999-04-05, 2015-01-15, 198
#> $ observation_period_end_date <date> 2013-06-29, 2003-06-15, 2015-10-11, 201
#> $ observation_period_start_date <date> 1994-09-01, 2015-08-21, 1956-03-12, 200
#> $ observation_period_end_date <date> 2011-01-14, 2017-06-25, 2010-02-10, 200
#> $ period_type_concept_id <int> NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, …
```

0 comments on commit 3258bd8

Please sign in to comment.