stan-dev / posteriordb

Database with posteriors of interest for Bayesian inference
176 stars 36 forks source link

Fix typo #124

Closed eerolinna closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #124 into master will decrease coverage by 9.09%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #124     +/-   ##
=========================================
- Coverage   94.94%   85.85%   -9.1%     
=========================================
  Files          22       22             
  Lines         693      693             
=========================================
- Hits          658      595     -63     
- Misses         35       98     +63
Impacted Files Coverage Δ
rpackage/R/pdb_github.R 4.16% <0%> (-81.95%) :arrow_down:
rpackage/R/utils.R 69.23% <0%> (-15.39%) :arrow_down:
rpackage/R/check_pdb.R 95.65% <0%> (-4.35%) :arrow_down:
rpackage/R/pdb.R 95.54% <0%> (-0.64%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3de8700...9ab6ef7. Read the comment docs.

eerolinna commented 4 years ago

The codecov report is a false positive, this PR doesn't modify any code files.

eerolinna commented 4 years ago

I'm going to merge this now. It's a simple typo fix and I also want to see if we can get a built cache for master to assist in investigating #146