ci: update e2e tests (#2548)

This commit is contained in:
Rick Staa 2023-02-25 15:12:11 +01:00 committed by GitHub
parent 1d528da1dc
commit 82224fa68a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

2
.gitignore vendored
View file

@ -10,3 +10,5 @@ vercel_token
# IDE
.vscode
*.code-workspace
.vercel

View file

@ -15,14 +15,14 @@ const REPO = "curly-fiesta";
const USER = "catelinemnemosyne";
const STATS_DATA = {
name: "Cateline Mnemosyne",
totalPRs: 1,
totalCommits: 7,
totalPRs: 2,
totalCommits: 8,
totalIssues: 1,
totalStars: 1,
contributedTo: 1,
rank: {
level: "A+",
score: 50.893750297869225,
score: 50.88831151384285,
},
};