Closed neil-k-zero closed 2 years ago
Code Climate has analyzed commit 8c10576b and detected 0 issues on this pull request.
The test coverage on the diff in this pull request is 100.0% (50% is the threshold).
This pull request will bring the total coverage in the repository to 89.2% (0.0% change).
View more on Code Climate.
Added Jenkins library function to propogate go.mod with upstream dependencies
Subsequent pipeline stages no longer have to get these dependencies independently
Desired Outcome
Ensure that the go.mod file matches the source code in the module and contains the latest version of dependencies. This will allow successive CI stages to have the necessary module requirements to run.
Implemented Changes
The go.mod file contains the latest upstream dependencies that the project requires. A Jenkins library function has been created to map the repos source code and execute go mod tidy in order to load all of the necessary packages.
Changelog
Test coverage
Documentation
README
s) were updated in this PRBehavior
Security