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

Use std lib errors #100

Merged
merged 1 commit into from
Jun 3, 2024
Merged

Use std lib errors #100

merged 1 commit into from
Jun 3, 2024

Conversation

norkans7
Copy link
Contributor

No description provided.

Copy link

codecov bot commented May 30, 2024

Codecov Report

Attention: Patch coverage is 3.07692% with 63 lines in your changes are missing coverage. Please review.

Project coverage is 63.96%. Comparing base (9fca4ed) to head (6f98234).

Files Patch % Lines
archives/archives.go 5.12% 37 Missing ⚠️
archives/messages.go 0.00% 13 Missing ⚠️
archives/runs.go 0.00% 13 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #100   +/-   ##
=======================================
  Coverage   63.96%   63.96%           
=======================================
  Files           7        7           
  Lines        1024     1024           
=======================================
  Hits          655      655           
  Misses        263      263           
  Partials      106      106           

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

@@ -25,6 +24,7 @@ require (
github.com/nyaruka/librato v1.1.1 // indirect
github.com/nyaruka/null/v2 v2.0.3 // indirect
github.com/nyaruka/phonenumbers v1.3.4 // indirect
github.com/pkg/errors v0.9.1 // indirect
Copy link
Member

Choose a reason for hiding this comment

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

who?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@rowanseymour rowanseymour merged commit 0c9d0a2 into main Jun 3, 2024
6 of 7 checks passed
@rowanseymour rowanseymour deleted the use-std-errors branch June 3, 2024 18:21
@github-actions github-actions bot locked and limited conversation to collaborators Jun 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants