Closed kjappelbaum closed 2 years ago
Hey @kjappelbaum
This looks amazing!
Please rebase over my latest commit to master - I've moved testing to Github Actions.
Then, we should be able to see run results here. If we won't, we'll close this one and you'll open a new PR.
Also, please fix the single issue CodeFactor found (an extra space after the =
in line 91 of metrics.py
:
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
8ca1ca1
) to head (707f215
). Report is 31 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Hey @kjappelbaum
Few issues here:
Commit-wise, please rebase your whole PR into a single commit, that lies AFTER the current head of master.
Note I've ammended the latest commit (to hopefully enable the linting job to leave annotations on PRs from forks), so you will have to rebase carefully. I suggest you simply realign your master with my master (will probably require git reset --hard origin/master
on your master; just make sure all your work is also backed-up outside the repo's folder), then checkout a new metrics-new
branch and just using a simple file system copy-paste to override all the latest files with your changed files (and ONLY with your changed files). Then just stage everything into a single commit with the combined PR description you have here as the commit message.
Test coverage is kept to a 100% on pulearn
but your codes bring it down to 99.4% (because of a 83.33% coverage on metrics.py
). Please bring it back up to a 100%.
You have many linting errors. Either run flake8
yourself, or checkout the linting anotations here (assuming my latest commit will indeed fix the issue).
Just a little more effort! Thank you for contributing! <3
Hi - sorry, was on mobile and this caused a somewhat messy commit history.
partially addresses #12
also updates documentation to address #8