Skip to content

feat(WMA): Add WMA to moving average types #607

feat(WMA): Add WMA to moving average types

feat(WMA): Add WMA to moving average types #607

Workflow file for this run

name: 'Run Tests'
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test-coverage:
uses: bennycode/actions/.github/workflows/test-coverage.yml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}