Skip to content

version upgrades for terraform aws and lambda python runtime #8

version upgrades for terraform aws and lambda python runtime

version upgrades for terraform aws and lambda python runtime #8

Workflow file for this run

name: API workflow
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Test python API
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.12'
- name: Install requirements
run: pip install -r requirements.txt
- name: Run tests and collect coverage
run: pytest --cov .
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3