Skip to content

Commit

Permalink
fix(rules): add more pkg for Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Oct 12, 2023
1 parent 3a00b19 commit c3cb7cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/rules/ci/coveralls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ register({
},
{ type: 'golang', name: 'goveralls' },
{ type: 'npm', name: 'php-coveralls' },
{ type: 'ruby', name: 'coveralls-ruby-reborn' },
{ type: 'ruby', name: 'coveralls' },
{ type: 'ruby', name: 'coveralls_reborn' },
],
});
7 changes: 6 additions & 1 deletion src/rules/spec/ruby/__snapshots__/lockfile.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,12 @@ exports[`ruby (component) > should match everything 2`] = `
],
[
"ruby",
"coveralls-ruby-reborn",
"coveralls",
"1.0.0",
],
[
"ruby",
"coveralls_reborn",
"1.0.0",
],
[
Expand Down

0 comments on commit c3cb7cb

Please sign in to comment.