Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add peso symbol to constants #34

Merged
merged 10 commits into from
Dec 7, 2024
Merged

Add peso symbol to constants #34

merged 10 commits into from
Dec 7, 2024

Conversation

jdebacker
Copy link
Contributor

This PR updates constants.py to include the ₱ symbol.

Copy link

codecov bot commented Dec 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.54%. Comparing base (624a46c) to head (2ad3dda).
Report is 12 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #34   +/-   ##
=======================================
  Coverage   70.54%   70.54%           
=======================================
  Files          12       12           
  Lines         275      275           
=======================================
  Hits          194      194           
  Misses         81       81           
Flag Coverage Δ
unittests 70.54% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jdebacker jdebacker requested a review from rickecon December 6, 2024 15:39
CHANGELOG.md Outdated
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.0.6] - 2024-12-06 11:00:00
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jdebacker. Update this to 0.0.7.

@@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jdebacker. This line should change to be just "3.11", "3.12".

auto-update-conda: true
activate-environment: ogphl-dev
activate-environment: ogcore-dev
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jdebacker. This line should be ogphl-dev

@@ -163,6 +163,6 @@ situations, in which case other contributors are here to help.
(Sec_ContribFootnotes)=
## Footnotes

[^recent_python]:The most recent version of Python from Anaconda is Python 3.12. `OG-PHL` is currently tested to run on Python 3.10 and 3.11.
[^recent_python]:The most recent version of Python from Anaconda is Python 3.12. `OG-PHL` is currently tested to run on Python 3.10, 3.11, and 3.12.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jdebacker. We should remove 3.10 from this line.

@rickecon
Copy link
Collaborator

rickecon commented Dec 6, 2024

@jdebacker. One other update is to change line 14 of pyproject.toml to target-version = ["py311", "py312"].

@jdebacker
Copy link
Contributor Author

@rickecon Thanks for the thorough review. I've updated the changes to incorporate your suggestions.

@rickecon
Copy link
Collaborator

rickecon commented Dec 7, 2024

@jdebacker. Thanks for this PR. Looks great. Merging now.

@rickecon rickecon merged commit 08625c9 into EAPD-DRB:main Dec 7, 2024
10 checks passed
@jdebacker jdebacker deleted the currency branch December 8, 2024 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants