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

Fixed: CD is failing. #101

Merged
merged 1 commit into from
Jun 6, 2024
Merged

Fixed: CD is failing. #101

merged 1 commit into from
Jun 6, 2024

Conversation

MohitMaliFtechiz
Copy link
Collaborator

@MohitMaliFtechiz MohitMaliFtechiz commented Jun 6, 2024

Fixes #100

It was because we were using java 11 in CD, and now our project requires java 17 to run.

* It was because we were using java 11 in CD, and now our project requires java 17 to run.
Copy link

codecov bot commented Jun 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.23%. Comparing base (28962b5) to head (1c06e33).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #101   +/-   ##
=========================================
  Coverage     93.23%   93.23%           
  Complexity      237      237           
=========================================
  Files            47       47           
  Lines           325      325           
  Branches          3        3           
=========================================
  Hits            303      303           
  Misses           19       19           
  Partials          3        3           

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

@MohitMaliFtechiz MohitMaliFtechiz merged commit 1792dae into main Jun 6, 2024
4 checks passed
@MohitMaliFtechiz MohitMaliFtechiz deleted the Fixes#100 branch June 6, 2024 11:46
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.

CD is failing.
2 participants