Scanning a Build

In order to collect coverage information SeaLights agents need to first scan the Python script files for the build information.

circle-info

See 'Generating an Agent tokenarrow-up-right' for instructions on how to generate a token.

Scanning a build

Scanning a build in Python is done using the Python agent with the scan flag:

sl-python scan

you can also use the command with explicit parameters

sl-python scan --tokenfile ./sltoken.txt --buildsessionidfile ./path-to/buildSessionId.txt --scm none
circle-info

See Scanning a build for command details.

Last updated

Was this helpful?