Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feanil/fix make upgrade #263

Merged
merged 4 commits into from
Sep 22, 2023
Merged

feanil/fix make upgrade #263

merged 4 commits into from
Sep 22, 2023

Conversation

feanil
Copy link
Contributor

@feanil feanil commented Sep 22, 2023

  • build: Remove coveralls as a dpendency.
  • chore: Run make upgrade

Feanil Patel added 4 commits September 22, 2023 14:12
We don't use coveralls to aggregate and verify coverage anymore.  We use
codecove as a part of CI but we don't need it as a python build
dependency anymore with the way we use it in github actions.  We still
install coverage locally to be able to generate the coverage data tha
codcov looks for.
Remove some previous pylint supressions that are no longer needed and
add a new one for a line that pylint is now complaining about.  I'm
reluctant to make changes to the code itself since I don't have time to
dig depper into this so just supresse the complaint for now.
@codecov
Copy link

codecov bot commented Sep 22, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (4b60a26) 94.14% compared to head (a48c6e5) 94.14%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #263   +/-   ##
=======================================
  Coverage   94.14%   94.14%           
=======================================
  Files          29       29           
  Lines        2868     2868           
  Branches      292      219   -73     
=======================================
  Hits         2700     2700           
  Misses        142      142           
  Partials       26       26           
Flag Coverage Δ
unittests 94.14% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
opaque_keys/tests/strategies.py 94.57% <ø> (ø)
opaque_keys/edx/django/tests/test_models.py 100.00% <100.00%> (ø)
opaque_keys/edx/locator.py 92.73% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@feanil feanil requested review from bradenmacdonald and a team September 22, 2023 18:51
Copy link
Contributor

@bradenmacdonald bradenmacdonald left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks!

@feanil feanil merged commit b3f8a1e into master Sep 22, 2023
10 checks passed
@feanil feanil deleted the feanil/fix_make_upgrade branch September 22, 2023 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants