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

FoveaCentral / hit_counter / 19219890749
100%

Build:
DEFAULT BRANCH: master
Ran 10 Nov 2025 03:43AM UTC
Jobs 3
Files 2
Run time 1min
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

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>

50 of 50 relevant lines covered (100.0%)

26.52 hits per line

Jobs
ID Job ID Ran Files Coverage
1 19219890749.1 10 Nov 2025 03:43AM UTC 4
100.0
GitHub Action Run
2 19219890749.2 10 Nov 2025 03:44AM UTC 4
100.0
GitHub Action Run
3 19219890749.3 10 Nov 2025 03:45AM UTC 4
100.0
GitHub Action Run
Source Files on build 19219890749
  • Tree
  • List 2
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #19219890749
  • e6a4ae52 on github
  • Prev Build on master (#12450485952)
  • Next Build on master (#19220128875)
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