Skip to content

Commit fd9e031

Browse files
authored
Merge pull request #432 from peterjc/patch-4
Update docs - CI now GitHub Actions
2 parents 1e6e7b8 + bda0629 commit fd9e031

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,9 +287,9 @@ pytest --cov-report=html --cov=pyani -v tests/
287287

288288
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.**
289289

290-
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`.
290+
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/`.
291291

292-
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).
292+
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).
293293

294294
## Versioning
295295

0 commit comments

Comments
 (0)