My stats are only reading the "readme" file stats #2361
-
Describe the bugI've noticed that whenever I commit any public or private project, the stats won't increase (I even tried the "include_all_commits=true", but it didn't solve). Then I tested commiting the readme file (where the stats are located) and the number of commits increased by 1. So I can presume that the code is not reading any other project of my profile, only the readme stats itself. Expected behaviourNo response Screenshots / Live demo linkNo response Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@pedrovonkarma I checked the results we received from the GraphQL API using GraphQL explorer, and it looks like the card is correct: query userInfo($login: String!) {
user(login: $login) {
name
login
contributionsCollection {
totalCommitContributions
restrictedContributionsCount
}
}
} {"login": "PedroVonKarma"} Please be aware that we use a caching period of 4 hours (see https://github.com/anuraghazra/github-readme-stats#common-options) and that we do currently not include the results of organizations (see #1). |
Beta Was this translation helpful? Give feedback.
@pedrovonkarma I checked the results we received from the GraphQL API using GraphQL explorer, and it looks like the card is correct:
Please be aware that we use a caching period of 4 hours (see https://github.com/anuraghazra/github-readme-stats#common-options) and that we do currently not include the results of organizations (see #1).