Skip to content

Conversation

michaeldcanady
Copy link
Owner

No description provided.

michaeldcanady and others added 16 commits August 25, 2025 01:45
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) from 1.4.9 to 1.4.10.
- [Release notes](https://github.com/gabriel-vasile/mimetype/releases)
- [Commits](gabriel-vasile/mimetype@v1.4.9...v1.4.10)

---
updated-dependencies:
- dependency-name: github.com/gabriel-vasile/mimetype
  dependency-version: 1.4.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.11.0...v1.11.1)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
* doesn't need specialized package

* initial  accessors/mutators

* enhanced documentation
* need to make sure pull request changes don't break doc building

* deploy should only happen

* test doc builds

* only run tests if go files are changed

* run if related github workflows change

* bad path

* implement vale later

* forgot path filters

* run on any branch
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* to find the true value of a pointer

* checking if type is numeric

* convert any int to int

* add support for uint

* no need for duplicate values

* ensure funcs only runs once

* convert value to target type

* new conversion function

* these don't need to be separate

* limiting permissions

* refining permissions
@michaeldcanady michaeldcanady linked an issue Sep 14, 2025 that may be closed by this pull request
Copy link

codecov bot commented Oct 1, 2025

Codecov Report

❌ Patch coverage is 35.22013% with 309 lines in your changes missing coverage. Please review.
✅ Project coverage is 53.83%. Comparing base (130b91b) to head (6a291a8).
⚠️ Report is 16 commits behind head on main.

Files with missing lines Patch % Lines
internal/new/deserializer_func.go 0.00% 130 Missing ⚠️
internal/new/helper.go 2.12% 92 Missing ⚠️
internal/new/conversion.go 76.85% 21 Missing and 4 partials ⚠️
internal/new/type_converter.go 52.83% 25 Missing ⚠️
internal/new/service_now_collection_response.go 0.00% 20 Missing ⚠️
internal/new/backed_model_accessor.go 0.00% 14 Missing ⚠️
internal/new/numeric_range2.go 89.28% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #276      +/-   ##
==========================================
+ Coverage   50.71%   53.83%   +3.11%     
==========================================
  Files         154      161       +7     
  Lines        7203     7490     +287     
==========================================
+ Hits         3653     4032     +379     
+ Misses       3462     3364      -98     
- Partials       88       94       +6     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

Table Collection Get Request

1 participant