Below you will find pages that utilize the taxonomy term “MikhailEpatko”
March 26, 2024
Lines of Code Badge (emi)
Version updated for MikhailEpatko/loc-badge-action to version v4.0.0.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Removed include and exclude files options.
March 25, 2024
Hits of Code Bage
Version updated for MikhailEpatko/hoc-badge-action to version v3.2.0.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added background color options
March 5, 2024
Hits of Code Bage
Version updated for MikhailEpatko/hits-of-code-badge to version v3.0.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added output directory and output filename configuration. Changed default filename to ‘hoc-badge.svg’.
March 4, 2024
Bage Code Lines Count
Version updated for MikhailEpatko/code-lines-counter-badge to version v2.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes GitHub action to generate Liines-of-Code badge with lines of code count
To install action copy the workflow code into a .github/workflows/main.yml file in your repository
on: [push]
jobs:
lines_counter_job:
runs-on: ubuntu-latest
name: A job to count lines of code and generate badge
steps:
- uses: actions/checkout@v4
- id: counting
uses: .
March 4, 2024
Hits of Code Bage
Version updated for MikhailEpatko/hits-of-code-badge to version v2.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes GitHub action to generate Hits-of-Code badge with hoc calculated metric.
hoc - is a command line tool to calculate Hits-of-Code metric in a source code repository (at the moment it supports Git 2+ and Subversion 1.7+). You can read more about Hits-of-Code metric in this blog post: Hits-of-Code Instead of SLoC.
March 3, 2024
Bage Code Lines Count
Version updated for MikhailEpatko/code-lines-counter-action to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes In this version, you use posix-egrep to pass a regular expression to the action to exclude or include file lines counts. In next releases it will be simplified. To install action copy the workflow code into a .github/workflows/main.yml file in your repository