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

FoveaCentral / hit_counter / 19219890749 / 2
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 10 Nov 2025 03:44AM UTC
Files 4
Run time 0s
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

10 Nov 2025 03:42AM UTC coverage: 100.0%. Remained the same
19219890749.2

push

github

web-flow
CI: install ImageMagick (#67)

# Closes: n/a

## Goal
Fix Test-action failure:

> ERROR: Can't install RMagick 6.1.4.
> Can't find the ImageMagick library or one of the dependent libraries.

## Approach
1. Install ImageMagick in `test.yml`:
    ```yaml
    - run: |
        sudo apt-get update
        sudo apt-get install -y libmagickwand-dev
    ```
2. Remove deprecated `command` line to fix `ZodError`:
    ```json
    Action failed with error: ZodError: [
      {
        "received": "after-build --coverage-input-type lcov",
        "code": "invalid_enum_value",
        "options": [
          "publish",
          "complete"
        ],
        "path": [
          "command"
        ],
"message": "Invalid enum value. Expected 'publish' | 'complete',
received 'after-build --coverage-input-type lcov'"
      }
    ]
    ```
2. (Fix RuboCop warnings.)

Signed-off-by: Roderick Monje <rod@foveacentral.com>

100 of 100 relevant lines covered (100.0%)

4.42 hits per line

Source Files on job 19219890749.2
  • Tree
  • List 4
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 19219890749
  • e6a4ae52 on github
  • Prev Job for on master (#12450485952.1)
  • Next Job for on master (#19220128875.3)
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

© 2026 Coveralls, Inc