Ran
|
Jobs
1
|
Files
1260
|
Run time
28s
|
Badge
Embed ▾
README BADGES
|
push
github
Fix issues with translation deployment script (#10667) (#10775) * Fix issues with translation deployment script During the 0.25.1/0.44.1 release the translation publishing step failed. This was because of a parsing error with the ssh private key during the decryption step. This seems to be due to how the action was configured to load the private key post decryption into an env variable that github actions would then use for it's checkout action to handle cloning with authentication via ssh. This commit switches back to just using a standalone bash script that has proven to be reliable historically and also gives us tighter control on how commands get executed. As part of this a new encrypted private key is added to the repo as the previous key has been revoked and invalidated since the job failure during the release. * Apply suggestions from code review Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Co-authored-by: Jake Lishman <jake@binhbar.com> * Update tools/deploy_translatable_strings.sh Co-authored-by: Jake Lishman <jake@binhbar.com> --------- Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Co-authored-by: Jake Lishman <jake@binhbar.com> (cherry picked from commit cd1196c69) Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
74108 of 84962 relevant lines covered (87.22%)
61130.14 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
3 |
90.13 |
-0.51% | crates/qasm2/src/lex.rs |
24 |
96.2 |
-1.86% | crates/qasm2/src/parse.rs |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 6090388063.1 | 1260 |
87.22 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|