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

maxlaverse / terraform-provider-bitwarden
78%

Build:
DEFAULT BRANCH: main
Repo Added 20 Aug 2022 12:49PM UTC
Files 88
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 main
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • add_base_support_for_bitwarden_secrets
  • add_basic_support_for_group
  • add_flag_to_disable_after_sync_verification
  • add_missing_error_handling
  • add_support_for_2025_02_cli
  • add_support_for_bws
  • add_support_for_collection_membership
  • add_support_for_creating_projects
  • add_support_for_group_datasource
  • add_support_for_org_members
  • add_support_for_ssh_keys
  • allow_creating_multiple_attachments_at_once
  • allow_default_value_for_app_dir
  • allow_org_user_to_create_collections
  • configure_two_accounts_on_cicd
  • customizable_sync_after_write
  • dependabot/go_modules/github.com/golang-jwt/jwt/v5-5.2.2
  • dependabot/go_modules/github.com/hashicorp/go-cty-1.4.1
  • dependabot/go_modules/github.com/hashicorp/go-cty-1.5.0
  • dependabot/go_modules/github.com/hashicorp/terraform-plugin-docs-0.21.0
  • dependabot/go_modules/github.com/hashicorp/terraform-plugin-sdk/v2-2.36.0
  • dependabot/go_modules/github.com/hashicorp/terraform-plugin-sdk/v2-2.36.1
  • dependabot/go_modules/github.com/hashicorp/terraform-plugin-sdk/v2-2.37.0
  • dependabot/go_modules/github.com/jarcoal/httpmock-1.4.0
  • dependabot/go_modules/github.com/wI2L/jsondiff-0.7.0
  • dependabot/go_modules/golang.org/x/crypto-0.31.0
  • dependabot/go_modules/golang.org/x/crypto-0.32.0
  • dependabot/go_modules/golang.org/x/crypto-0.33.0
  • dependabot/go_modules/golang.org/x/crypto-0.35.0
  • dependabot/go_modules/golang.org/x/crypto-0.36.0
  • dependabot/go_modules/golang.org/x/crypto-0.37.0
  • dependabot/go_modules/golang.org/x/net-0.32.0
  • dependabot/go_modules/golang.org/x/net-0.33.0
  • dependabot/go_modules/golang.org/x/net-0.34.0
  • dependabot/go_modules/golang.org/x/net-0.36.0
  • dependabot/go_modules/golang.org/x/net-0.37.0
  • dependabot/go_modules/golang.org/x/net-0.38.0
  • dependabot/go_modules/golang.org/x/net-0.39.0
  • dependabot/go_modules/golang.org/x/net-0.40.0
  • dependabot/go_modules/golang.org/x/sync-0.11.0
  • dependabot/go_modules/golang.org/x/sync-0.12.0
  • dependabot/go_modules/golang.org/x/sync-0.14.0
  • disable_comparison_of_memberships
  • documentation
  • embedded_client
  • enable_more_test_on_official_instances
  • export_member_manage_attribute
  • fix_attachment_with_premium_accounts
  • fix_collection_ids_comparison_by_pass
  • fix_decryption_of_attachment_key_in_orgs
  • fix_doc
  • handle_login_rate_limiting
  • ignore_collections_id_differences
  • improve_error_logging
  • improve_roundtripper
  • log_different_keys_in_comparison
  • main
  • merge_cache_stores
  • more_tests_on_org_collection_acls
  • move_away_from_generic_object
  • move_transformations_in_own_package
  • moved_out_schema
  • prepare_for_configurable_object_level_key_encryption
  • prepare_for_new_models
  • print_model_diff
  • regroup_operations
  • remove_email_change_detection
  • remove_extra_retry_mechanism
  • remove_object_attribute_from_schema
  • remove_webapi_folder_model
  • reorganize_test_data
  • restore_wildcard_support
  • support_reading_feature_state
  • test_against_official_bitwarden
  • try_out_separate_tests
  • update_dependencies
  • update_versions_speedup_ci
  • upgrade_vaultwarden_and_fix_missing_header
  • use_coverall_parallel_for_combining_reports
  • use_persistent_device_identifier

02 Dec 2025 08:20AM UTC coverage: 77.715% (-0.05%) from 77.761%
19851858554

push

github

web-flow
Bump golang.org/x/net from 0.46.0 to 0.47.0 (#324)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.46.0 to 0.47.0.
- [Commits](https://github.com/golang/net/compare/v0.46.0...v0.47.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

5060 of 6511 relevant lines covered (77.71%)

4268.96 hits per line

Relevant lines Covered
Build:
Build:
6511 RELEVANT LINES 5060 COVERED LINES
4268.96 HITS PER LINE
Source Files on main
  • Tree
  • List 88
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
19851858554 main Bump golang.org/x/net from 0.46.0 to 0.47.0 (#324) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.46.0 to 0.47.0. - [Commits](https://github.com/golang/net/compare/v0.46.0...v0.47.0) --- updated-dependencies: - dependency-name: g... push 02 Dec 2025 08:21AM UTC web-flow github
77.71
19195893985 main Bugfix: eliminate the false “cache hit” on empty slices and remove the overwrite asymmetry. (#322) Co-authored-by: Alari Schu <alari.schu@turnit.com> push 08 Nov 2025 04:56PM UTC web-flow github
77.76
18629755885 main Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.37.0 to 2.38.1 (#316) Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.37.0 to 2.38.1. - [Release notes](https://github.com/has... push 19 Oct 2025 11:28AM UTC web-flow github
77.75
18618346822 main Bump golang.org/x/net from 0.44.0 to 0.46.0 (#319) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.44.0 to 0.46.0. - [Commits](https://github.com/golang/net/compare/v0.44.0...v0.46.0) --- updated-dependencies: - dependency-name: g... push 18 Oct 2025 04:52PM UTC web-flow github
77.78
17573403895 main Bump golang.org/x/crypto from 0.41.0 to 0.42.0 (#311) Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.41.0 to 0.42.0. - [Commits](https://github.com/golang/crypto/compare/v0.41.0...v0.42.0) --- updated-dependencies: - depend... push 09 Sep 2025 06:08AM UTC web-flow github
77.75
17316277186 main upgrade dependencies push 29 Aug 2025 06:18AM UTC maxlaverse github
77.75
17304111049 main Add support for bws (#310) * add CLI wrapper * add tests * renaming * adapt mage commands * got test almost to work * fix tests and adapt cicd * update README * fix pipeline * remove unnecessary test * download BWS * add missing tag * ... push 28 Aug 2025 06:06PM UTC web-flow github
77.78
17303108549 add_support_for_bws unzip Pull #310 28 Aug 2025 05:19PM UTC maxlaverse github
77.75
17286703268 main Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 (#309) push 28 Aug 2025 05:29AM UTC web-flow github
78.25
17259868745 main Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 (#308) 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](https://gith... push 27 Aug 2025 07:11AM UTC web-flow github
78.25
See All Builds (447)
  • 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

© 2025 Coveralls, Inc