Skip to content

A GitHub Action that report simplecov coverage.

License

Notifications You must be signed in to change notification settings

HappyRenting/simplecov-report-action

 
 

Repository files navigation

It's now recommended to use octocov instead of this approach.


Simplecov Report

A GitHub Action that report simplecov coverage.

Demo

Inputs

  • token - The GITHUB_TOKEN secret.
  • failedThreshold - Failed threshold. (default: 90)
  • resultPath - Path to last_run json file. (default: coverage/.last_run.json)

Example

name: Tests
on:
  pull_request:

jobs:
  build:
    steps:
      - name: Test
        run: bundle exec rspec

      - name: Simplecov Report
        uses: aki77/simplecov-report-action@v1
        with:
          token: ${{ secrets.GITHUB_TOKEN }}

About

A GitHub Action that report simplecov coverage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 67.9%
  • JavaScript 32.1%