Skip to content

colocboost fixes (#536) #375

colocboost fixes (#536)

colocboost fixes (#536) #375

Workflow file for this run

name: Post-merge actions
on:
push:
branches: [main]
paths-ignore:
- .github/*
- .gitignore
- README.md
jobs:
update_coverage_badge:
runs-on: ubuntu-latest
strategy:
fail-fast: false
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
steps:
- name: Checkout main
uses: actions/checkout@v7
- name: Create TOML from recipe
run: .github/workflows/create_toml_from_yaml.sh ${GITHUB_WORKSPACE}
- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.9.6
- name: Check unit test code coverage
run: pixi run codecov