Skip to content

Bump codecov/codecov-action from 4.4.1 to 4.5.0 in the actions group #45

Bump codecov/codecov-action from 4.4.1 to 4.5.0 in the actions group

Bump codecov/codecov-action from 4.4.1 to 4.5.0 in the actions group #45

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest, macos-12]
environment: [test]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.23.0
environments: ${{ matrix.environment }}
frozen: true
- name: Run tests
run: pixi run -e ${{ matrix.environment }} test
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: scikit-learn-contrib/project-template