Skip to content

Bump freckle/stack-action from 4 to 5 #38

Bump freckle/stack-action from 4 to 5

Bump freckle/stack-action from 4 to 5 #38

Workflow file for this run

name: CI
# trigger the workflow on push or pull request, but only for the main branch
on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: freckle/stack-action@v5
with:
stack-arguments: --coverage
# prepare and upload test coverage report
- uses: 8c6794b6/hpc-codecov-action@v3
with:
target: stack:spec
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # set in organization settings