nasa / Common-Metadata-Repository

Apache License 2.0
337 stars 92 forks source link

CMR-9672: Fix CMR package files to support latest version of lein so that CMR can build in bamboo using the latest version #2117

Closed TylerHeald1 closed 3 months ago

TylerHeald1 commented 3 months ago

Overview

There was a breaking change in leiningen that caused us to pin our builds to a specific version

What is the feature/fix?

project.clj files needed to be updated

What is the Solution?

project.clj files have been updated so builds work with latest version of leiningen

What areas of the application does this impact?

Build

Checklist

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 57.76%. Comparing base (2f58536) to head (41dd34e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2117 +/- ## ========================================== - Coverage 57.77% 57.76% -0.02% ========================================== Files 1044 1044 Lines 70350 70356 +6 Branches 2009 1998 -11 ========================================== - Hits 40648 40642 -6 - Misses 27844 27852 +8 - Partials 1858 1862 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.