Conversation
|
@agritheory The tests seem to be failing at an upstream class function, but I'm not sure how to resolve it. It happens when trying to submit a Payment Entry in the test setup. |
|
@agritheory I've added the Track Overrides action, and upstream commit references for Payment Entry from the time the functions were added into this app. |
|
@Alchez We don't actually want the "historic" commit hashes for the functions but the most recent "approved" ones. |
|
@Alchez Please give this one a rebase. New track overrides have been added. |
|
@agritheory Okay, I've rebased with |
❌ Code Duplication Report - Needs attention
View detailed report in artifacts How to fix duplications
/* jscpd:ignore-start */
const dialogFields = [...];
/* jscpd:ignore-end */# jscpd:ignore-start
columns = [...]
# jscpd:ignore-end |
📝 Draft Changelog EntryChangelog EntryThis release updates the project's development and testing infrastructure. The pre-commit configuration has been updated with new checks and dependencies. Workflow files for continuous integration have been modified to streamline the testing and release processes, including updates to how pytest is executed in the CI environment and adjustments to the linting workflow. A new workflow for overrides validation has been added. The Payment Entry configuration now includes track overrides to ensure proper financial tracking. Project dependencies have been updated in the configuration files to maintain compatibility with current tooling. This changelog entry was automatically generated by the Changelog Generator Action. |
Closes #242