Skip to content

Commit 6d25870

Browse files
committed
We had to move to Codeberg
1 parent 707162c commit 6d25870

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

ReadMe.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ coverage2GHChecksAnnotations.py [![Unlicensed work](https://raw.githubuserconten
33
[![Libraries.io Status](https://img.shields.io/librariesio/github/KOLANICH/coverage2GHChecksAnnotations.py.svg)](https://libraries.io/github/KOLANICH/coverage2GHChecksAnnotations.py)
44
[![Code style: antiflash](https://img.shields.io/badge/code%20style-antiflash-FFF.svg)](https://codeberg.org/KOLANICH-tools/antiflash.py)
55

6+
**We have moved to https://codeberg.org/KOLANICH-libs/coverage2GHChecksAnnotations.py (the namespace has changed to `KFmts`, which groups packages related to parsing or serialization), grab new versions there.**
7+
8+
Under the disguise of "better security" Micro$oft-owned GitHub has [discriminated users of 1FA passwords](https://github.blog/2023-03-09-raising-the-bar-for-software-security-github-2fa-begins-march-13/) while having commercial interest in success and wide adoption of [FIDO 1FA specifications](https://fidoalliance.org/specifications/download/) and [Windows Hello implementation](https://support.microsoft.com/en-us/windows/passkeys-in-windows-301c8944-5ea2-452b-9886-97e4d2ef4422) which [it promotes as a replacement for passwords](https://github.blog/2023-07-12-introducing-passwordless-authentication-on-github-com/). It will result in dire consequencies and is competely inacceptable, [read why](https://codeberg.org/KOLANICH/Fuck-GuanTEEnomo).
9+
10+
If you don't want to participate in harming yourself, it is recommended to follow the lead and migrate somewhere away of GitHub and Micro$oft. Here is [the list of alternatives and rationales to do it](https://github.com/orgs/community/discussions/49869). If they delete the discussion, there are certain well-known places where you can get a copy of it. [Read why you should also leave GitHub](https://codeberg.org/KOLANICH/Fuck-GuanTEEnomo).
11+
12+
---
13+
614
Transforms coverage info from [coveragepy](https://github.com/nedbat/coveragepy) database into a `dict` with GitHub annotations to be sent to [`/repos/{owner}/{repo}/check-runs` endpoint](https://docs.github.com/en/free-pro-team@latest/rest/reference/checks#create-a-check-run).
715

816
It registers 2 console commands:

coverage2GHChecksAnnotations/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
import base64
33
from io import StringIO
44
from pathlib import Path
5+
from warnings import warn
6+
7+
warn("We have moved from M$ GitHub to https://codeberg.org/KOLANICH-libs/coverage2GHChecksAnnotations.py , read why on https://codeberg.org/KOLANICH/Fuck-GuanTEEnomo .")
58

69
import coverage
710
from piechart import piechart

0 commit comments

Comments
 (0)