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

Change CI trigger to just "push". Remove "venv". #3864

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dimaryaz
Copy link
Contributor

@dimaryaz dimaryaz commented Feb 6, 2024

All of that seems to be left over from Circle CI.

Copy link

codecov bot commented Feb 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a878b24) 35.40% compared to head (b16865a) 89.31%.

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #3864       +/-   ##
===========================================
+ Coverage   35.40%   89.31%   +53.90%     
===========================================
  Files         709       79      -630     
  Lines       31254     9995    -21259     
  Branches     4681        0     -4681     
===========================================
- Hits        11066     8927     -2139     
+ Misses      19032     1068    -17964     
+ Partials     1156        0     -1156     
Flag Coverage Δ
api-python 91.21% <ø> (-0.03%) ⬇️
catalog ?
lambda 86.74% <ø> (+0.28%) ⬆️

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

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

These seem to be left over from CircleCI. Let's clean them up:
- Any pull request involves pushing to some branch, so `push` is sufficient
- Pushing a tag also triggers the workflow, so no need to handle those differently
- CircleCI required virtual environments to be set up, but that's not the case anymore, so there's no `./venv`
tags:
- "*"
pull_request:
merge_group:
Copy link
Member

Choose a reason for hiding this comment

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

- master
tags:
- "*"
pull_request:
Copy link
Member

Choose a reason for hiding this comment

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

I'm not sure it's really needed, but #3001

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.

None yet

2 participants