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

refactor(email): export priority type #84

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

nikoksr
Copy link
Contributor

@nikoksr nikoksr commented Jul 17, 2023

Summary

This PR exports the priority type, which eventually helps users of the library to translate the built-in priority type to their own priority type.

This closes #83.

Changes

  • Exported priority type (didn't add a comment to follow style of the repo, e.g. AuthType)

Exporting the priority type helps users of the library to translate the priority
type to their own priority type.
@codecov-commenter
Copy link

codecov-commenter commented Jul 17, 2023

Codecov Report

Merging #84 (782122d) into master (457c8da) will not change coverage.
The diff coverage is 0.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##           master      #84   +/-   ##
=======================================
  Coverage   53.81%   53.81%           
=======================================
  Files           7        7           
  Lines        1245     1245           
=======================================
  Hits          670      670           
  Misses        508      508           
  Partials       67       67           
Flag Coverage Δ
unittests 53.81% <0.00%> (ø)

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

Impacted Files Coverage Δ
email.go 34.17% <0.00%> (ø)

@xhit xhit merged commit 47471be into xhit:master Jul 17, 2023
50 checks passed
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.

Export priority type
3 participants