• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

uclibs / application_portfolio
70%

Build:
DEFAULT BRANCH: qa
Repo Added 09 May 2023 04:52PM UTC
Files 35
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH qa
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 244/expand-auth-type
  • 263/add-linters-to-ci
  • 270_add_qa_dev
  • 272/change_request
  • 280/github-action-coveralls
  • 282/themes_modules
  • 309/brakeman-github-action
  • 314/security
  • 316/puma-as-service
  • Fixes240/Accessibility
  • LIBAPPO1-3-upgrade-to-rails-8-1
  • LIBAPPO1-80-update-nokogiri-to-1-19
  • LIBAPPORT-18-maintenance
  • LIBAPPORT-19-List
  • LIBAPPORT-21-installed
  • LIBAPPORT-22-planned
  • LIBAPPORT-48-Assets
  • LIBAPPORT-51-List
  • LIBAPPORT-58-bootstrap
  • LIBAPPORT-59-priority
  • LIBAPPORT-59-version
  • LIBAPPPORT-27-Filters
  • LIBAPPPORT-53-change
  • LIBAPPPORT-55-checkbox
  • LIBAPPPORT-59-maintain
  • LIBAPPPORT-59-textarea
  • LIBAPPPORT-63-change-export
  • LIBAPPPORT-65-export
  • LIBAPPPORT-66-ignore-nokogiri-1-16-warning-from-bundler-audit
  • LIBAPPPORT-67-notify-teams-when-a-pr-is-created
  • LIBAPPPORT-69-rails7
  • LIBAPPPORT-72-ignore-sq-lite-runtime-files-in-git
  • LIBAPPPORT-81-upgrade-ruby-to-3-4-7
  • LIBAPPPORT-84-coveralls-not-being-consistent
  • bug/multi_value
  • bug/sensitive_data
  • change/deploy_url
  • deploy/main
  • deploy/problems
  • feature/decommissioned
  • feature/road_map
  • feature/simple_format
  • fix-env-test
  • fix/assets_precompile
  • fix/capistrano_qa
  • fix/change_record
  • fix/deply
  • fix/export
  • fix/libapps2
  • fix/nokogiri
  • fix/notes
  • fix/rbenv_version
  • fix/uglififer
  • fix/yarn_deploy
  • fixes-grey-menu
  • janell-test-branch
  • main
  • maintenance_log/65
  • maintenance_party
  • nokogiri/fix
  • qa
  • rails_upgrade
  • scherztc-patch-1
  • security/updates
  • test-deploys
  • udpate/changelog
  • update-mailer
  • update/CHANGELOG
  • update/change_log
  • update/changelog
  • updates/changelog
  • upgrade/bootstrap5
  • upgrade_ruby_rails
  • v1.2.0
  • v1.3.0
  • v1.4.0
  • v1.5.0
  • v1.6.0
  • v1.7.0
  • v1.7.1

09 Mar 2026 08:26PM UTC coverage: 70.141% (+0.2%) from 69.925%
22873248193

push

circleci

web-flow
Libappo1 80 update nokogiri to 1 19 (#413)

* Upgrade to Rails 8.1

* Move sqlite3 to dev/test section

* Turn off variant processing to investigate server crash

* Rubocop fix

* fix config/puma to deploy to production mode

* Restore QA config: Dotenv, mailer, assets, require_master_key

- application.rb: add Dotenv::Rails.load so .env is loaded before app
- production: require_master_key, public_file_server.enabled, SMTP mailer
  (default_url_options, smtp_settings, from), asset compressors (sass,
  Uglifier with QA options), assets.compile = true
- development: mailer sendmail, from, default_url_options from ENV
- deploy/qa.rb: set branch to upgrade branch for QA deploy

Made-with: Cursor

* update bundler audit

* Remove unnecessary changes

* Upgrade to nokogiri 1.19, add rails-html-sanitizer

* Run bundle install

* Add ruby platform to bundle lock

* load schema rather than running migrations in CI

* Clean up YML file for github actions

* Harden specs and exporter for CI DB state

Align controller, helper, and view specs with non-empty CI databases by avoiding hardcoded IDs and global record ordering, and ensure the software_records CSV exporter emits empty strings for blank serialized attributes so tests pass consistently.

Made-with: Cursor

* Update gitignore to include IDE files

* CI: use Bundler 2.5.12 for Ruby 3.4; ignore IDE config dirs in .gitignore

- Bump BUNDLED WITH to 2.5.12 to avoid Gem::Platform warnings on Ruby 3.4
- CircleCI: install 2.5.12 when lockfile has 2.5.11
- .gitignore: add .cursor, .vscode, .fleet, Sublime; fix .cursor pattern so it is honored

Made-with: Cursor

* Fix merge conflict

* CI: force Ruby platform and reinstall gems in GitHub Actions

Avoid GemNotFound for nokogiri/sqlite3/ffi on Linux by running
bundle config set --local force_ruby_platform true and bundle install
after setup-ruby, so the lockfile's ruby platform is used instead of
restored cache from another platform.

Made-with: Cursor

1 of 1 new or added line in 1 file covered. (100.0%)

1 existing line in 1 file now uncovered.

747 of 1065 relevant lines covered (70.14%)

23.0 hits per line

Relevant lines Covered
Build:
Build:
1065 RELEVANT LINES 747 COVERED LINES
23.0 HITS PER LINE
Source Files on qa
  • Tree
  • List 35
  • Changed 34
  • Source Changed 1
  • Coverage Changed 34
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
22873248193 qa Libappo1 80 update nokogiri to 1 19 (#413) * Upgrade to Rails 8.1 * Move sqlite3 to dev/test section * Turn off variant processing to investigate server crash * Rubocop fix * fix config/puma to deploy to production mode * Restore QA config: ... push 09 Mar 2026 08:30PM UTC web-flow circleci
70.14
22736489347 LIBAPPO1-80-update-nokogiri-to-1-19 CI: force Ruby platform and reinstall gems in GitHub Actions Avoid GemNotFound for nokogiri/sqlite3/ffi on Linux by running bundle config set --local force_ruby_platform true and bundle install after setup-ruby, so the lockfile's ruby platform is... Pull #413 05 Mar 2026 09:02PM UTC Janell-Huyck circleci
70.14
22735467897 LIBAPPO1-80-update-nokogiri-to-1-19 Merge branch 'qa' into LIBAPPO1-80-update-nokogiri-to-1-19 Pull #413 05 Mar 2026 08:35PM UTC web-flow circleci
70.14
22735194178 qa Libappo1 3 upgrade to rails 8 1 (#412) * Upgrade to Rails 8.1 * Move sqlite3 to dev/test section * Turn off variant processing to investigate server crash * Rubocop fix * fix config/puma to deploy to production mode * Restore QA config: Dote... push 05 Mar 2026 08:26PM UTC web-flow circleci
69.92
22727683781 LIBAPPO1-80-update-nokogiri-to-1-19 Update gitignore to include IDE files Pull #413 05 Mar 2026 06:51PM UTC Janell-Huyck circleci
70.14
22727324867 LIBAPPO1-80-update-nokogiri-to-1-19 Harden specs and exporter for CI DB state Align controller, helper, and view specs with non-empty CI databases by avoiding hardcoded IDs and global record ordering, and ensure the software_records CSV exporter emits empty strings for blank serial... Pull #413 05 Mar 2026 04:25PM UTC Janell-Huyck circleci
70.14
22696562909 LIBAPPO1-3-upgrade-to-rails-8-1 Remove unnecessary changes Pull #412 05 Mar 2026 12:42AM UTC Janell-Huyck circleci
69.92
22690248091 LIBAPPO1-3-upgrade-to-rails-8-1 update bundler audit Pull #412 04 Mar 2026 09:32PM UTC Janell-Huyck circleci
69.92
22686774132 LIBAPPO1-3-upgrade-to-rails-8-1 Restore QA config: Dotenv, mailer, assets, require_master_key - application.rb: add Dotenv::Rails.load so .env is loaded before app - production: require_master_key, public_file_server.enabled, SMTP mailer (default_url_options, smtp_settings, f... Pull #412 04 Mar 2026 08:01PM UTC Janell-Huyck circleci
69.92
22686181609 LIBAPPO1-3-upgrade-to-rails-8-1 fix config/puma to deploy to production mode Pull #412 04 Mar 2026 07:46PM UTC Janell-Huyck circleci
69.92
See All Builds (297)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc