Skip to content

CI workflow refactor #52

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

Merged
merged 18 commits into from
Jul 24, 2025
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
aee8b6b
build(ci): add lint job to CI workflow
mertssmnoglu May 17, 2025
72cf486
build(ci): update coverage job to include permissions and use specifi…
mertssmnoglu May 17, 2025
14e2be0
build(ci): add iojs CI workflow to cover iojs tests
mertssmnoglu May 18, 2025
423ade6
build(ci): remove unnecessary 'npm install' step from iojs CI workflow
mertssmnoglu May 18, 2025
7ff64c3
build(ci): enhance CI workflow with concurrency and update Node.js ve…
mertssmnoglu May 18, 2025
e05092a
build(ci): update download-artifact action to version 4.3.0 for colle…
mertssmnoglu May 20, 2025
75d8337
build(ci): add names to test and coverage jobs for clarity
mertssmnoglu May 20, 2025
c912f90
build(ci): disable credential persistence for checkout actions
mertssmnoglu May 20, 2025
c47e724
Delete .github/workflows/iojs.yml
mertssmnoglu May 24, 2025
9620f6a
Merge branch 'master' into mertssmnoglu-new-ci
UlisesGascon Jun 5, 2025
e724829
fix(ci): redundant 'permissions' field
mertssmnoglu Jun 6, 2025
866cfe7
style(ci): format ci.yml
mertssmnoglu Jun 6, 2025
0568f26
fix(ci): avoid coverage artifact conflicts and enable merging of mult…
mertssmnoglu Jun 6, 2025
5306ea7
fix(ci): remove multiple artifact merge step
mertssmnoglu Jun 6, 2025
37b35a3
fix(ci): add 'Merge coverage reports' step
mertssmnoglu Jun 21, 2025
b79cf04
feat(ci): enable manual triggering of workflows with workflow_dispatch
mertssmnoglu Jun 21, 2025
521e19f
fix(ci): update coverage report paths to use node version instead of …
mertssmnoglu Jul 12, 2025
9b581ed
fix(ci): remove pull request types
mertssmnoglu Jul 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(ci): add 'Merge coverage reports' step
Signed-off-by: Mert Şişmanoğlu <mertssmnoglu@gmail.com>
  • Loading branch information
mertssmnoglu committed Jun 21, 2025
commit 37b35a327b0aace7506df87b1e684299bb2a238f
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,10 @@ jobs:
with:
pattern: coverage-* # download all coverage artifacts
path: ./coverage
merge-multiple: true

- name: Merge coverage reports
shell: bash
run: find ./coverage -name lcov.info -exec printf '-a %q\n' {} \; | xargs lcov -o ./coverage/lcov.info

- name: Upload coverage report
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy