Skip to content
This repository was archived by the owner on Aug 14, 2020. It is now read-only.

Repository files navigation

logo

Scope for Python

GitHub Action to run your tests automatically instrumented with the Scope Python agent.

About Scope

Scope gives developers production-level visibility on every test for every app – spanning mobile, monoliths, and microservices.

Usage

  1. Set Scope DSN inside Settings > Secrets as SCOPE_DSN.
  2. Add a step to your GitHub Actions workflow YAML that uses this action:
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1with:
python-version: '3.x'
- name: Install dependenciesrun: pip install -r requirements.txt
- name: Scope for Pythonuses: undefinedlabs/scope-for-python-action@v1with:
dsn: ${{secrets.SCOPE_DSN}} # requiredcommand: python -m unittest discover # optional - default is 'python -m unittest discover'

About

GitHub Action to test Python projects using Scope

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages