Closed matt-lethargic closed 2 years ago
Merging #4 (1789750) into main (d0bd715) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #4 +/- ##
=======================================
Coverage 58.96% 58.96%
=======================================
Files 31 31
Lines 753 753
Branches 192 192
=======================================
Hits 444 444
Misses 222 222
Partials 87 87
Flag | Coverage Δ | |
---|---|---|
unittests | 58.96% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
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 d0bd715...1789750. Read the comment docs.
Looks really nice, and great that it works with the github releases.
Could it make sense to split the build/test responsibility away from the deployment responsibility, and create 2 workflow files?
Something like
Furthermore, does it also allow creating packages with formats like below? v1.2.3-preview1
Since it would be great to be able to do preview releases.
With this change I've added in a deploy job to the ci build action that will trigger when a GitHub Release is created with the name format
v1.2.3
and subsequently push the package to NugetI've also created a new
key.snk
that the project uses when signing itself at build time.