{"id":23692642,"url":"https://github.com/droplet-js/lcov-server","last_synced_at":"2026-02-01T21:01:26.610Z","repository":{"id":87308433,"uuid":"186404561","full_name":"droplet-js/lcov-server","owner":"droplet-js","description":null,"archived":false,"fork":false,"pushed_at":"2019-05-13T13:42:27.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-25T18:46:17.214Z","etag":null,"topics":["coverage"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/droplet-js.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-05-13T11:15:02.000Z","updated_at":"2021-01-28T02:52:47.000Z","dependencies_parsed_at":"2023-03-06T16:45:38.976Z","dependency_job_id":null,"html_url":"https://github.com/droplet-js/lcov-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/droplet-js/lcov-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/droplet-js%2Flcov-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/droplet-js%2Flcov-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/droplet-js%2Flcov-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/droplet-js%2Flcov-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/droplet-js","download_url":"https://codeload.github.com/droplet-js/lcov-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/droplet-js%2Flcov-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28990680,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T20:57:35.821Z","status":"ssl_error","status_checked_at":"2026-02-01T20:57:29.580Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["coverage"],"created_at":"2024-12-30T03:34:32.295Z","updated_at":"2026-02-01T21:01:26.594Z","avatar_url":"https://github.com/droplet-js.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lcov-server\n\n[![Build Status](https://cloud.drone.io/api/badges/v7lin/lcov-server/status.svg)](https://cloud.drone.io/v7lin/lcov-server)\n[![Docker Pulls](https://img.shields.io/docker/pulls/v7lin/lcov-server.svg)](https://hub.docker.com/r/v7lin/lcov-server)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/v7lin/lcov-server/blob/master/LICENSE)\n\n### 项目源码\n\n[gabrielcsapo/lcov-server](https://github.com/gabrielcsapo/lcov-server)\n\n### 用法示例\n\n````\n# 版本\nversion: \"3.7\"\n\n# 服务\nservices:\n\n  mongo:\n    container_name: mongo\n    image: mongo:2.6\n    restart: always\n    hostname: mongo\n#    ports:\n#      - 27017\n    volumes:\n      - ../dev-ops-repo/mongo:/data/db\n    environment:\n      - TZ=${TIME_ZONE:-Asia/Shanghai}\n\n  lcov-server:\n    container_name: lcov-server\n    image: v7lin/lcov-server\n    restart: always\n    hostname: lcov-server\n    ports:\n      - 8080:8080\n    volumes:\n      - ../dev-ops-repo/lcov-server:/tmp/covered\n    environment:\n      - TZ=${TIME_ZONE:-Asia/Shanghai}\n      - COVERAGE_DB_SERVERNAME=mongo # mongo 数据库地址\n      - COVERAGE_DB_PORT=27017 # mongo 数据库端口\n      - COVERAGE_DB_DATABASE=coverage # mongo 数据库名\n      - COVERAGE_PARSER=lcov # lcov, cobertura, golang, jacoco\n      - COVERAGE_BASEPATH=/tmp/covered\n    depends_on:\n      - mongo\n````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdroplet-js%2Flcov-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdroplet-js%2Flcov-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdroplet-js%2Flcov-server/lists"}