Closed terabytesoftw closed 8 months ago
Q | A |
---|---|
Is bugfix? | ✔️ |
New feature? | ❌ |
Breaks BC? | ❌ |
Updated Codecov Action Version
The version of a tool we use for checking how thoroughly our code is tested, known as codecov/codecov-action
, was updated from version v3
to a more recent version v4
. This improvement means we'll be using the most up-to-date version of the tool, ensuring we have access to the latest features and improvements.
Refined Form Submission Function
In our main application file (App.js
), we adjusted the function handleSubmit
which is responsible for processing form submissions. Previously, this function didn't consider any incoming events when invoked. The updated version now takes an event parameter (e
) into account. This change provides us a more detailed context when the function is triggered, improving our ability to handle the form submission process.