Skip to content

Commit

Permalink
trying ai suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
nora-codecov committed Oct 21, 2024
1 parent 00aac4d commit 9d38b5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
container:
image: python:3.10-alpine
name: Test python API
steps:
- uses: actions/checkout@v4
Expand All @@ -17,10 +19,13 @@ jobs:
run: pytest --cov=api.calculator --cov-report=xml
# - name: Upload coverage reports to Codecov with GitHub Action
# uses: codecov/codecov-action@v4
- name: Install build dependencies for Alpine
run: apk add --no-cache build-base libffi-dev python3-dev gcc g++
- name: Checkout codecov-cli test branch
uses: actions/checkout@v4
with:
repository: codecov/codecov-cli
ref: main
- name: Run Codecov with test branch of CLI
run: |
pip install .
Expand Down

0 comments on commit 9d38b5d

Please sign in to comment.