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

v0.8.4 #143

Merged
merged 20 commits into from
Dec 29, 2020
Merged

v0.8.4 #143

merged 20 commits into from
Dec 29, 2020

Conversation

Windos
Copy link
Owner

@Windos Windos commented Dec 29, 2020

No description provided.

glennsarti and others added 20 commits October 8, 2020 12:46
Previously the Id parameter to New-BTHeader was mandatory however as it can be
a generated unique string it doesn't have to be.  This commit modifies the
Id parameter so it is no longer mandatory and uses a GUID style string as the
autogenerated Id if none is passed.  GUIDs are used instead of, say, the title
because they are guaranteed to be unique whereas using the title or date/time
could cause notification Id collisions.

This commit also adds a test to ensure that the function can be called without
the -Id parameter and that it is actually generated, not left as null or an
empty string.
Adding feature to handle HeroImage
…cation_cmdlet

Add AppId parameter to New-BurntToastNotification cmdlet
@codecov
Copy link

codecov bot commented Dec 29, 2020

Codecov Report

Merging #143 (0ea9681) into main (ffe568b) will decrease coverage by 0.12%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #143      +/-   ##
==========================================
- Coverage   59.29%   59.17%   -0.13%     
==========================================
  Files           1        1              
  Lines         457      463       +6     
  Branches        3        3              
==========================================
+ Hits          271      274       +3     
- Misses        183      186       +3     
  Partials        3        3              
Impacted Files Coverage Δ
BurntToast/BurntToast.psm1 59.17% <ø> (-0.13%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ffe568b...0ea9681. Read the comment docs.

@Windos Windos merged commit c7c0cfe into main Dec 29, 2020
@Windos Windos deleted the v0.8.4 branch December 30, 2020 21:32
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.

None yet

3 participants