forked from canonical/snapd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: update actions versions to avoid warnings in prs github summary (
canonical#14402) * Update actions versions to avoid warnings in prs github summary For each pr we have too many warnings, mostrly caused because we are not using the latest actions. * Fix issue related to coverage files not being uploded Those logs fail to be uploaded when they are saved in a hidden directory (bug in the action) * update the directory used to save coverage files * Update variables in run-checks * Addimg more logs to see how coverage is executed * saving coverage to ${{ github.workspace }}/coverage/coverage.cov * skip race scenario from sending coverage * Showing coverage params used * Fix if condition to upload unit test coverage * fix check for stable * add race scenario to test coverage * change the name of the coverage file uploaded * update also normal scenario * fix normal scenario * skip test coverage for race scenario This is causing multible race coditions. * fix how code coverage is merged in "Download the coverage files" * use codecov v4
- Loading branch information
1 parent
848d437
commit dc801d0
Showing
2 changed files
with
44 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters