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

Removing Benchmark collection for deploy. Update action versions. #1371

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

PaulJonasJost
Copy link
Collaborator

Deploy did not work due to the benchmark collection being a direct link

@codecov-commenter
Copy link

codecov-commenter commented Apr 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 53.69%. Comparing base (872e253) to head (5facf62).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##           develop    #1371       +/-   ##
============================================
- Coverage    84.47%   53.69%   -30.78%     
============================================
  Files          157      157               
  Lines        12917    12917               
============================================
- Hits         10911     6936     -3975     
- Misses        2006     5981     +3975     

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

@PaulJonasJost PaulJonasJost merged commit 936ae3e into develop Apr 15, 2024
18 checks passed
@PaulJonasJost PaulJonasJost deleted the Fix_deploy_with_benchmark_dependency branch April 15, 2024 12:17
- name: Remove direct dependencies from setup.cfg
# Remove any "git+https"-based dependencies that are not supported
# by PyPI and are only required for testing.
run: sed -i '/git+https/d' python/sdist/setup.cfg
Copy link
Member

Choose a reason for hiding this comment

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

Oops. Should be run: sed -i '/git+https/d' setup.cfg

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.

3 participants