Skip to content

Update Coverage.yml #19

Update Coverage.yml

Update Coverage.yml #19

Workflow file for this run

# [.github/workflows/coverage.yml]
name: coverage
on:
push:
branches:
- main
tags: '*'
jobs:
test:
uses: control-toolbox/CTActions/.github/workflows/coverage.yml@main
secrets:
codecov-secret: ${{ secrets.CODECOV_TOKEN }}