Skip to content

Don't crash when collecting runtime metrics on platforms that don't expose ctx switches #37

Don't crash when collecting runtime metrics on platforms that don't expose ctx switches

Don't crash when collecting runtime metrics on platforms that don't expose ctx switches #37

Workflow file for this run

name: Linters & Tests
on:
push:
# branches: [ $default-branch ]
pull_request:
branches:
- master
jobs:
setenv:
uses:
wavefrontHQ/wavefront-pyformance/.github/workflows/env.yml@master
lint_n_test:
needs: setenv
uses:
wavefrontHQ/wavefront-sdk-python/.github/workflows/main.yml@master
with:
package_name: ${{ needs.setenv.outputs.package_name }}
requirements: ${{ needs.setenv.outputs.requirements }}