Skip to content

Minor updates and add coverage tests with make #2

Minor updates and add coverage tests with make

Minor updates and add coverage tests with make #2

name: Check Python application
on: [push]
jobs:
python-test-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v1
- name: Set up Python 3.11
uses: actions/setup-python@v1
with:
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
make help
- name: Github Action for testing the code
run: make coverage