Skip to content

more reworking of the oxcal comparison code #180

more reworking of the oxcal comparison code

more reworking of the oxcal comparison code #180

Workflow file for this run

name: normalCheck
# trigger the workflow on push or pull request, but only for the master branch
on:
pull_request:
push:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: freckle/stack-action@v4
with:
stack-arguments: --coverage
# prepare and upload test coverage report
- uses: 8c6794b6/hpc-codecov-action@v3
with:
target: stack:spec
- uses: codecov/codecov-action@v3