An starter TypeORM project instrumented with Scope through GitHub Actions.
This starter project is based on:
The project includes unit tests run by Jest and the necessary configuration for the Scope Node.js Agent.
For more information please refer to the documentation at https://docs.scope.dev/docs/nodejs-installation.
- Click on
Use this templatebutton and create the repository in your namespace. - Access to app.scope.dev.
- Add/Modify your namespace to include your new repository.
- Get the
SCOPE_DSNfor your new repository. - Go to your repository on GitHub.
- Sign up for GitHub Actions if you have not already done so.
- Go to
Settings->Secrets. - Add your
SCOPE_DSNsecret.
- Name:
SCOPE_DSN - Value:
<<your SCOPE_DSN>>
- Click on
Actionsbutton and access to the workflow. - Click on
Re-run checks.
Once GitHub Workflow has finished, you can check the test executions report on app.scope.dev.
