Skip to content

set response status code in zipkin spans during exceptions #21

set response status code in zipkin spans during exceptions

set response status code in zipkin spans during exceptions #21

Workflow file for this run

name: Build and Test
on:
push:
branches: [master]
tags:
pull_request:
jobs:
test:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: python -m pip install tox
- name: Run ${{ matrix.python-version }} tox
run: tox -e py