Skip to content

Commit

Permalink
Merge pull request #432 from peterjc/patch-4
Browse files Browse the repository at this point in the history
Update docs - CI now GitHub Actions
  • Loading branch information
widdowquinn authored Aug 9, 2024
2 parents 1e6e7b8 + bda0629 commit fd9e031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,9 @@ pytest --cov-report=html --cov=pyani -v tests/

When you submit a pull request on GitHub, automated tests will be run, and results reported on the pull request. **All tests must pass before a pull request will be merged.**

We currently use [CircleCI](https://circleci.com/gh/widdowquinn/pyani) to run tests. The configuration file can be found in the repository as `.circleci/config.yml`.
We currently use [GitHub Actions](https://github.com/widdowquinn/pyani/actions/) to run tests. The configuration file can be found in the repository under `.github/workflows/`.

Currently, `pyani` is tested under Python 3.6 and 3.7, and coverage is reported at [`CodeCov`](https://codecov.io/gh/widdowquinn/pyani/branch/development).
Currently, `pyani` is tested under Python 3.9 through 3.12, and coverage is reported at [`Codacy`](https://app.codacy.com/gh/widdowquinn/pyani/dashboard).

## Versioning

Expand Down

0 comments on commit fd9e031

Please sign in to comment.