discord-modmail / modmail

A Modmail bot for Discord. Allowing safe moderator conversations with server members one server at a time.
https://discord-modmail.readthedocs.io/
MIT License
15 stars 8 forks source link

fix: use the post_cov-server event properly #79

Closed onerandomusername closed 2 years ago

onerandomusername commented 2 years ago

Description

Fix a typo in the pyproject.toml file which causes taskipy to not recognise the post task hook properly.

As documented, needs to be a _ rather than a -

https://github.com/illBeRoy/taskipy#post-task-hook

codecov[bot] commented 2 years ago

Codecov Report

Merging #79 (6b2358a) into main (df4badc) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #79   +/-   ##
=======================================
  Coverage   33.29%   33.29%           
=======================================
  Files          17       17           
  Lines         892      892           
  Branches      132      132           
=======================================
  Hits          297      297           
  Misses        582      582           
  Partials       13       13           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update df4badc...6b2358a. Read the comment docs.