diff options
author | 2022-08-21 23:24:20 +0400 | |
---|---|---|
committer | 2022-09-30 18:48:07 +0400 | |
commit | f6f97de8cc0ae2f8a5036175aa4fb14cf2be2ac8 (patch) | |
tree | 9017d1f0b4f77418621b78b80c57d81987d4eb55 /pyproject.toml | |
parent | Add Dependabot (diff) |
Switch To Coveralls Action
The coveralls package has consistently caused issues for us, so it made
sense to switch to something that's a little more decoupled, especially
when it has official support.
Switching is simple, since coverage.py can natively generate the format
used by the coveralls action, and everything else is plug and play.
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 1f78ef2d..382b31d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,6 @@ flake8-todo = "0.7" pep8-naming = "0.13.1" pre-commit = "2.20.0" pyfakefs = "4.6.3" -coveralls = "3.3.1" taskipy = "1.10.2" python-dotenv = "0.20.0" |