A package for working with state charts.
Set up Codecov credentials for code coverage (If you have trouble, reach out to an AlgebraicJulia organization owner to help with this)
- Log into Codecov with your GitHub account (this requires that you are a member of the AlgebraicJulia organization)
- Navigate to the AlgebraicJulia organization
- Select your new repository from the list (e.x. "AlgebraicX")
- Note down the
CODECOV_TOKEN
value (It may be in the "Settings" tab if it doesn't show up immediately) - Navigate back to your new GitHub repository and go to the Settings tab
- Go to "Security", "Secrets and variables", and "Actions" and click the "New repository secret" button
- Give the secret name
CODECOV_TOKEN
and the Secret value is the value you noted from the Codecov settings - Click "Add secret"
AlgebraicJulia uses Buildkite to submit resource-intensive processes such as building documentation and executing tests to the HiPerGator computing cluster.
While this template comes with a preconfigured .buildkite/pipeline.yml
file, this repository is not integrated with Buildkite by default. If you would like your repository to use Buildkite to run processes on HiPerGator, tag an issue with @AlgebraicJulia/SysAdmins.