-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Edjroz/enhancement/test coverage releases #164
Conversation
515180d
to
ad358cd
Compare
ad358cd
to
65ed9ac
Compare
Codecov Report
@@ Coverage Diff @@
## main #164 +/- ##
=======================================
Coverage ? 55.26%
=======================================
Files ? 18
Lines ? 1283
Branches ? 0
=======================================
Hits ? 709
Misses ? 528
Partials ? 46 Continue to review full report at Codecov.
|
run: | | ||
VERSION=${{ steps.get_version.outputs.VERSION }} DB_BACKEND=${{ matrix.db_backend }} make build | ||
tar -czvf archwayd_${{ steps.get_version.outputs.VERSION }}_${{ matrix.os }}.tar.gz build/archwayd | ||
- uses: actions/upload-artifact@v2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The actions/upload-artifact@v2
action is to upload artifacts to workflow runs so that the next step can download them. To add assets to a GitHub release, you should use an action that interacts with the Releases API.
Co-authored-by: Augusto Elesbão <aelesbao@users.noreply.github.com>
Co-authored-by: Augusto Elesbão <aelesbao@users.noreply.github.com>
…m:archway-network/archway into edjroz/enhancement/test-coverage-releases
Closes