Skip to content

Fix connection service serialization wrongly including 'name' parameter #176

Fix connection service serialization wrongly including 'name' parameter

Fix connection service serialization wrongly including 'name' parameter #176

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- "3.9"
- "3.11"
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: python -m pip install -r requirements-ci.txt -e .
- name: Test with pytest
run: |
pytest -ra --cov --cov-report=term-missing pgtoolkit/ tests/
- name: Upload coverage to Codecov
if: ${{ matrix.python-version == '3.11' }}
uses: codecov/codecov-action@v3
- name: Script tests
run: |
tests/datatests.sh