Skip to content

add claimnum claimfaithfulness repetitiveness #336

add claimnum claimfaithfulness repetitiveness

add claimnum claimfaithfulness repetitiveness #336

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python version
uses: actions/setup-python@v1
with:
python-version: 3.10.15
- name: Install requirements
run: make init
- name: Run check
run: make test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}