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

Convert a bunch of exampleUrls and formats [ansible bitrise circleci clojars codacy codeclimate codecov depfu discord] #2633

Merged
merged 7 commits into from
Jan 5, 2019
Merged
Changes from 1 commit
Commits
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
Match the old pattern
  • Loading branch information
paulmelnikow committed Jan 5, 2019
commit 9cb531be0b22518d6335dfb066abd847591dbfe7
2 changes: 1 addition & 1 deletion services/codecov/codecov.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = class Codecov extends LegacyService {
},
{
title: 'Codecov private',
pattern: 'token/:token/:vcsName/:user/:repo/:branch',
pattern: 'token/:token/:vcsName/:user/:repo',
namedParams: {
token: 'My0A8VL917',
vcsName: 'github',
Expand Down