Skip to content

Update docs and other metadata/tooling #3

Update docs and other metadata/tooling

Update docs and other metadata/tooling #3

name: Codacy Coverage Reporter
on:
push:
branches: [ "master", "dev" ]
pull_request:
branches: [ "master", "dev" ]
permissions:
contents: read
jobs:
codacy-coverage-reporter:
runs-on: ubuntu-latest
name: codacy-coverage-reporter
steps:
- name: Checkout code
uses: actions/checkout@main
- name: Run codacy-coverage-reporter
uses: codacy/codacy-coverage-reporter-action@master
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: ''