Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finer coverage analysis #37

Merged
merged 1 commit into from
Mar 10, 2016
Merged

Finer coverage analysis #37

merged 1 commit into from
Mar 10, 2016

Conversation

krlmlr
Copy link
Member

@krlmlr krlmlr commented Mar 10, 2016

through r-lib/covr#154.

@codecov-io
Copy link

Current coverage is 93.70%

Merging #37 into master will decrease coverage by -2.87% as of 2a4a0b6

@@            master    #37   diff @@
=====================================
  Files           11     11       
  Stmts          438    381    -57
  Branches         0      0       
  Methods          0      0       
=====================================
- Hit            423    357    -66
  Partial          0      0       
- Missed          15     24     +9

Review entire Coverage Diff as of 2a4a0b6

Powered by Codecov. Updated on successful CI builds.

krlmlr added a commit that referenced this pull request Mar 10, 2016
@krlmlr krlmlr merged commit 352610d into master Mar 10, 2016
@krlmlr krlmlr deleted the feature/better-cov branch March 10, 2016 17:39
krlmlr pushed a commit that referenced this pull request Mar 10, 2016
- New function `repair_names()` fixes missing and duplicate names (#10, #15, @r2evans).
- Finer coverage analysis (#37).
- Use `tibble` prefix for options (#13, #36).
- Expand README.
- Fix typos in documentation.
- Remove use of `src()` from examples.
krlmlr pushed a commit that referenced this pull request Mar 10, 2016
- Features
    - New `as_data_frame.table()` with argument `n` to control name of count column (#22, #23).
    - New function `repair_names()` fixes missing and duplicate names (#10, #15, @r2evans).
    - `frame_data()` now also creates a list column if one of the entries is a list (#32).
    - New `rownames_to_column()` and `column_to_rownames()` functions, replace `add_rownames()` (#11, @zhilongjia).
    - Use `tibble` prefix for options (#13, #36).

- Documentation
    - Add pre-tibble NEWS (#39, #40).
    - Include vignette (#38).
    - Expand README.
    - Fix typos in documentation.
    - Remove use of `src()` from examples.

- Prepare CRAN release
    - Use new-style `.travis.yml`
    - Use AppVeyor for testing.
    - Finer coverage analysis (#37).
    - Check with win-builder and valgrind.
    - Fix NOTE from `R CMD check`.
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants