Common-Metadata-Repository
Common-Metadata-Repository copied to clipboard
CMR-9672: Fix CMR package files to support latest version of lein so that CMR can build in bamboo using the latest version
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
- [ N/A] I have updated/added unit and integration tests that prove my fix is effective or that my feature works
- [x] New and existing unit and int tests pass locally and remotely with my changes
- [ ] I have removed unnecessary/dead code and imports in files I have changed
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [N/A] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have cleaned up integration tests by doing one or more of the following:
- de-duped, consolidated, removed dead int tests
- transformed applicable int tests into unit tests
- refactored to reduce number of system state resets by updating fixtures (use-fixtures :each (ingest/reset-fixture {})) to be :once instead of :each
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
@@ 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.