Skip to content
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

Merged
merged 2 commits into from
Jun 23, 2023
Merged

chore(ci) coveralls bump #309

merged 2 commits into from
Jun 23, 2023

Conversation

thibaultcha
Copy link
Member

No description provided.

@thibaultcha thibaultcha changed the title chore(ci) revert and coveralls bump chore(ci) coveralls bump Jun 22, 2023
@thibaultcha thibaultcha force-pushed the chore/ci-fix branch 2 times, most recently from 2c0a19e to 95225b2 Compare June 22, 2023 21:30
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
Copy link
Collaborator

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!

Copy link
Collaborator

@hishamhm hishamhm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that did it!

@hishamhm hishamhm merged commit 4ae4f2b into main Jun 23, 2023
@hishamhm hishamhm deleted the chore/ci-fix branch June 23, 2023 20:50
@thibaultcha
Copy link
Member Author

thibaultcha commented Jun 23, 2023

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

@hishamhm
Copy link
Collaborator

hishamhm commented Jun 23, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants