eecs485staff / madoop

A light weight MapReduce framework for education
MIT License
9 stars 4 forks source link

Fix executable path #57

Closed melodell closed 1 year ago

melodell commented 1 year ago

Closes #56.

Also, fixes a typo in the contributing guide.

codecov[bot] commented 1 year ago

Codecov Report

Base: 96.09% // Head: 96.11% // Increases project coverage by +0.01% :tada:

Coverage data is based on head (c6587c6) compared to base (8d9d704). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #57 +/- ## =========================================== + Coverage 96.09% 96.11% +0.01% =========================================== Files 4 4 Lines 205 206 +1 =========================================== + Hits 197 198 +1 Misses 8 8 ``` | [Impacted Files](https://codecov.io/gh/eecs485staff/madoop/pull/57?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=eecs485staff) | Coverage Δ | | |---|---|---| | [madoop/mapreduce.py](https://codecov.io/gh/eecs485staff/madoop/pull/57/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=eecs485staff#diff-bWFkb29wL21hcHJlZHVjZS5weQ==) | `96.77% <100.00%> (+0.02%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=eecs485staff). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=eecs485staff)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.