2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 21:45:39 +00:00

Remove coveralls integration (#7099)

This commit is contained in:
Oliver
2024-04-23 08:42:31 +10:00
committed by GitHub
parent a8e560a482
commit 8f2ef39282
6 changed files with 3 additions and 54 deletions

View File

@ -37,7 +37,7 @@ InvenTree is built using the Django framework, which has a strong focus on secur
### Test coverage
We run coverage tests on our codebase to ensure that we have a high level of test coverage above 90%. This is public and can be found [here](https://coveralls.io/github/inventree/InvenTree).
We run coverage tests on our codebase to ensure that we have a high level of test coverage above 90%. This is public and can be found [here](https://app.codecov.io/gh/inventree/InvenTree).
### Pinning dependencies