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

Update BDBVERSION in pom.xml #28

Closed
wants to merge 3 commits into from

Conversation

jmillanacosta
Copy link
Collaborator

The version of BridgeDB used to build the new docker upon ping from the repo uses the following code to get the BDBVERSION:

https://github.com/bridgedb/docker/blob/fc06a5f214797e0b76a461fee4b7d99a4fe5ae21/.github/workflows/buildandpush.yml#L42C18-L42C92

Meaning this POM needs to be updated too. This patch fixes the issue for now, but what will the workflow be to automate this?

@jmillanacosta jmillanacosta added the bug Something isn't working label Apr 29, 2024
@egonw
Copy link
Member

egonw commented Apr 29, 2024

No, it's not supposed to use 3.1.x yet. But when I used :latest that I used did not give me the Jan 2.1.7 release, but this instead:

image

Copy link

codecov bot commented Apr 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.61%. Comparing base (93e410e) to head (4c838c3).

Additional details and impacted files
@@            Coverage Diff            @@
##               main      #28   +/-   ##
=========================================
  Coverage     65.61%   65.61%           
  Complexity      138      138           
=========================================
  Files            21       21           
  Lines           791      791           
  Branches        108      108           
=========================================
  Hits            519      519           
  Misses          228      228           
  Partials         44       44           

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants