summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2026-02-01 11:20:30 +0200
committerAsko Nõmm <asko@nmm.ee>2026-02-01 11:20:30 +0200
commit354067b319d587bd0a178ddc0ed1e79de5460381 (patch)
tree9aa10bae96cecf982cbfd0fef370f5c8e13b61c5
parent233bbd9d9262002fbeee96114c08d90a7b45edef (diff)
Add CI workflows for coverage and linting; update README to remove Codecov badge
-rw-r--r--.forgejo/workflows/coverage.yml (renamed from .github/workflows/coverage.yml)8
-rw-r--r--.forgejo/workflows/lint.yml (renamed from .github/workflows/lint.yml)0
-rw-r--r--README.md2
3 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/coverage.yml b/.forgejo/workflows/coverage.yml
index a55fa9b..cc464c8 100644
--- a/.github/workflows/coverage.yml
+++ b/.forgejo/workflows/coverage.yml
@@ -7,13 +7,15 @@ name: Coverage
jobs:
coverage:
name: Coverage
- runs-on: ubuntu-latest
+ runs-on: docker
+ container:
+ image: node:20
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
- - name: Set up php 8.3
+ - name: Set up php
uses: shivammathur/setup-php@v2
with:
php-version: "8.3"
diff --git a/.github/workflows/lint.yml b/.forgejo/workflows/lint.yml
index fad6051..fad6051 100644
--- a/.github/workflows/lint.yml
+++ b/.forgejo/workflows/lint.yml
diff --git a/README.md b/README.md
index dcefc94..8b888a2 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,5 @@
# Loggr
-[![codecov](https://codecov.io/gh/askonomm/loggr/graph/badge.svg?token=lQDNAnAWKn)](https://codecov.io/gh/askonomm/loggr)
-
An extendable logging utility class brought to you by the frustration of every logging class always having its own unique format,
which makes using log viewing tools difficult. Instead of having its own yet-another-format that no tool supports, Loggr attempts to match
many already existing formats, allowing you to use whichever you prefer most.