Skip to content

revise Hypervolume Improvement for MOO in 5_AcquisitionFunction.md #130

revise Hypervolume Improvement for MOO in 5_AcquisitionFunction.md

revise Hypervolume Improvement for MOO in 5_AcquisitionFunction.md #130

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Pytest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Install requirements
run: pip install obsidian-apo[dev]
- name: Run tests and collect coverage
run: pytest --cov=.
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}