Skip to content

Bump github/codeql-action/upload-sarif from 4.36.3 to 4.37.0 #1175

Bump github/codeql-action/upload-sarif from 4.36.3 to 4.37.0

Bump github/codeql-action/upload-sarif from 4.36.3 to 4.37.0 #1175

Workflow file for this run

name: Run tests and upload coverage-Codecov
on:
push
jobs:
test:
name: Run tests and collect coverage
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
with:
fetch-depth: 2
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.14"
- name: Install dependencies
run: |
pip install pytest pytest-cov
pip install -e .
- name: Run tests
run: pytest tests/ --cov --cov-branch --cov-report=xml
- name: Upload results to Codecov
uses: codecov/codecov-action@v7
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: WhiteSymmetry/kececinumbers