-
Notifications
You must be signed in to change notification settings - Fork 8
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
chore(ci) coveralls bump #309
Conversation
5fb9f3f
to
df5e664
Compare
2c0a19e
to
95225b2
Compare
The test is already unstable because it relies on I/O, so let's reduce the potential for it failing during CI, which has been happening a lot recently.
@@ -152,7 +152,7 @@ jobs: | |||
lcov --extract lcov.info "*/ngx_wasm_module/src/*" --output-file lcov.info | |||
- name: Coveralls Upload | |||
if: ${{ !env.ACT && matrix.cc == 'gcc-9' }} | |||
uses: coverallsapp/github-action@master | |||
uses: coverallsapp/github-action@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.
Looks like line 174 below needed the same fix. I just went ahead and pushed it myself, let's see if it runs green!
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.
that did it!
Hmmm yes but before merging this PR the intent was to see if it supports restarting jobs... Did you maybe do it before merging by chance? On mobile |
Yes, I restarted the failed jobs and it passed
…On Fri, Jun 23, 2023, 18:32 Thibault Charbonnier ***@***.***> wrote:
Hmmm yes but before merging this PR the intent was to see if it supports
restarting jobs... Did you maybe do it before merging by chance?
—
Reply to this email directly, view it on GitHub
<#309 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB365MQ6CAPEDZHHIHTP6TXMYDQBANCNFSM6AAAAAAZPWCFO4>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
No description provided.