Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.24 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.24 KB

process-coverage V2

This GitHub action uploads coverage data for GAP packages to codecov.

Usage

The action process-coverage has to be called by the workflow of a GAP package. By default it processes the coverage data gathered during the action gap-actions/run-test-for-packages.

Example

The following is a minimal example to run this action.

name: CI

on:
  push:
  pull_request:

jobs:
  # The CI test job
  test:
    name: CI test
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v4
      - uses: gap-actions/setup-gap@v2
      - uses: gap-actions/build-pkg@v1
      - uses: gap-actions/run-pkg-tests@v2
      - uses: gap-actions/process-coverage@v1

Contact

Please submit bug reports, suggestions for improvements and patches via the issue tracker.

License

The action process-coverage is free software; you can redistribute and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your opinion) any later version. For details, see the file LICENSE distributed with this action or the FSF's own site.