• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

halostatue / minitar
79%
master: 82%

Build:
Build:
LAST BUILD BRANCH: update-documentation-fix-class-declarations
DEFAULT BRANCH: master
Repo Added 21 Dec 2014 06:37AM UTC
Files 8
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH modernize-codebase
branch: modernize-codebase
CHANGE BRANCH
x
Reset
  • modernize-codebase
  • allow_non_strict_octal
  • bytes18
  • dependabot/github_actions/KineticCafe/actions-dco-1.3.6
  • dependabot/github_actions/KineticCafe/actions-dco-1.3.7
  • dependabot/github_actions/KineticCafe/actions-dco-1.3.8
  • dependabot/github_actions/actions/checkout-5.0.0
  • dependabot/github_actions/actions/dependency-review-action-4.7.0
  • dependabot/github_actions/actions/dependency-review-action-4.7.1
  • dependabot/github_actions/actions/dependency-review-action-4.7.2
  • dependabot/github_actions/actions/dependency-review-action-4.8.0
  • dependabot/github_actions/actions/dependency-review-action-4.8.1
  • dependabot/github_actions/astral-sh/setup-uv-5.4.0
  • dependabot/github_actions/astral-sh/setup-uv-5.4.1
  • dependabot/github_actions/astral-sh/setup-uv-5.4.2
  • dependabot/github_actions/astral-sh/setup-uv-6.0.0
  • dependabot/github_actions/astral-sh/setup-uv-6.0.1
  • dependabot/github_actions/astral-sh/setup-uv-6.1.0
  • dependabot/github_actions/astral-sh/setup-uv-6.3.0
  • dependabot/github_actions/astral-sh/setup-uv-6.5.0
  • dependabot/github_actions/astral-sh/setup-uv-6.6.0
  • dependabot/github_actions/github/codeql-action-3.28.12
  • dependabot/github_actions/github/codeql-action-3.28.13
  • dependabot/github_actions/github/codeql-action-3.28.15
  • dependabot/github_actions/github/codeql-action-3.28.16
  • dependabot/github_actions/github/codeql-action-3.28.17
  • dependabot/github_actions/github/codeql-action-3.28.18
  • dependabot/github_actions/github/codeql-action-3.28.19
  • dependabot/github_actions/github/codeql-action-3.29.0
  • dependabot/github_actions/github/codeql-action-3.29.11
  • dependabot/github_actions/github/codeql-action-3.29.2
  • dependabot/github_actions/github/codeql-action-3.29.8
  • dependabot/github_actions/github/codeql-action-3.29.9
  • dependabot/github_actions/reviewdog/action-actionlint-1.65.2
  • dependabot/github_actions/reviewdog/action-actionlint-1.66.1
  • dependabot/github_actions/reviewdog/action-actionlint-1.68.0
  • dependabot/github_actions/reviewdog/action-typos-1.17.3
  • dependabot/github_actions/reviewdog/action-typos-1.19.0
  • dependabot/github_actions/ruby/setup-ruby-1.227.0
  • dependabot/github_actions/ruby/setup-ruby-1.229.0
  • dependabot/github_actions/ruby/setup-ruby-1.230.0
  • dependabot/github_actions/ruby/setup-ruby-1.233.0
  • dependabot/github_actions/ruby/setup-ruby-1.235.0
  • dependabot/github_actions/ruby/setup-ruby-1.237.0
  • dependabot/github_actions/ruby/setup-ruby-1.238.0
  • dependabot/github_actions/ruby/setup-ruby-1.242.0
  • dependabot/github_actions/ruby/setup-ruby-1.244.0
  • dependabot/github_actions/ruby/setup-ruby-1.245.0
  • dependabot/github_actions/ruby/setup-ruby-1.255.0
  • dependabot/github_actions/ruby/setup-ruby-1.256.0
  • dependabot/github_actions/ruby/setup-ruby-1.262.0
  • dependabot/github_actions/ruby/setup-ruby-1.263.0
  • dependabot/github_actions/ruby/setup-ruby-1.265.0
  • dependabot/github_actions/step-security/harden-runner-2.12.1
  • dependabot/github_actions/step-security/harden-runner-2.12.2
  • dependabot/github_actions/step-security/harden-runner-2.13.1
  • dependabot/github_actions/zizmorcore/zizmor-action-0.2.0
  • fix-documentation-after-merge
  • fix-relative-path-vulnerability
  • large-files
  • main
  • master
  • metadata-update
  • off-by-one-split
  • ooooooo-q-patch-1
  • restore-exception-blocks-for-great-justice
  • rework
  • rubocop-cleanup
  • set-long-name
  • stop-creating-unnecessary-strings
  • test-changes-and-more-bug-fixes
  • unify-dependabot-updates
  • update-documentation-fix-class-declarations
  • v0.6
  • v0.6.1
  • v0.7
  • v0.8
  • windows-2019-runners-deprecated

pending completion
16

push

travis-ci

halostatue
Modernize the minitar codebase.

-   Convert the project to Hoe.
-   Convert tests from test/unit to minitest.
    -   Enable travis-ci tests.
    -   Enable test coverage runs with coveralls.

-   Resolve #3 by using UTC time for a test and test data.
-   Resolve #2 by detecting seekable streams.

-   Deprecate `include Archive::Tar` with a warning.
-   Deprecate `include Archive::Tar::Minitar` with a warning.
-   Add an optional alias `::Minitar` for `Archive::Tar::Minitar`. A
    warning will be printed if `::Minitar` already exists.
-   Moved Archive::Tar::PosixHeader temporarily to
    Archive::Tar::Minitar::PosixHeader. A future release will make it
    ::Minitar::PosixHeader.
-   PosixHeader can now handle Time objects for `mtime` and does not
    require the integer version be provided.
-   Restructured Minitar::Writer.
-   Modified both `Writer#add_file_simple` and `Writer#add_file` to accept a
    `:data` field so that a block does not need to be provided.

408 of 516 relevant lines covered (79.07%)

183.92 hits per line

Relevant lines Covered
Build:
Build:
516 RELEVANT LINES 408 COVERED LINES
183.92 HITS PER LINE
Source Files on modernize-codebase
  • List 0
  • Changed 21
  • Source Changed 0
  • Coverage Changed 21
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
16 modernize-codebase Modernize the minitar codebase. - Convert the project to Hoe. - Convert tests from test/unit to minitest. - Enable travis-ci tests. - Enable test coverage runs with coveralls. - Resolve #3 by using UTC time for a test and test ... push 21 Dec 2014 10:46PM UTC halostatue travis-ci pending completion  
14 modernize-codebase Modernize the minitar codebase. - Convert the project to Hoe. - Convert tests from test/unit to minitest. - Enable travis-ci tests. - Enable test coverage runs with coveralls. - Resolve #3 by using UTC time for a test and test ... push 21 Dec 2014 10:44PM UTC halostatue travis-ci pending completion  
12 modernize-codebase Modernize the minitar codebase. - Convert the project to Hoe. - Convert tests from test/unit to minitest. - Enable travis-ci tests. - Enable test coverage runs with coveralls. - Resolve #3 by using UTC time for a test and test ... push 21 Dec 2014 10:42PM UTC halostatue travis-ci pending completion  
10 modernize-codebase Modernize the minitar codebase. - Convert the project to Hoe. - Convert tests from test/unit to minitest. - Enable travis-ci tests. - Enable test coverage runs with coveralls. - Resolve #3 by using UTC time for a test and test ... push 21 Dec 2014 10:38PM UTC halostatue travis-ci pending completion  
8 modernize-codebase Modernize the minitar codebase. - Convert the project to Hoe. - Convert tests from test/unit to minitest. - Enable travis-ci tests. - Enable test coverage runs with coveralls. - Resolve #3 by using UTC time for a test and test ... push 21 Dec 2014 10:30PM UTC halostatue travis-ci pending completion  
7 modernize-codebase Handle stdin correctly. - Fixes #2. push 21 Dec 2014 07:28AM UTC halostatue travis-ci pending completion  
6 modernize-codebase Fixing broken tests in Travis. push 21 Dec 2014 06:42AM UTC halostatue travis-ci pending completion  
5 modernize-codebase Use Time.utc for test/test_tar_input.rb. - Required changing the test data as well. - Fixes #3. push 21 Dec 2014 06:38AM UTC halostatue travis-ci pending completion  
See All Builds (287)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc