{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":283791292,"defaultBranch":"master","name":"test-coverage-action","ownerLogin":"deepsourcelabs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-07-30T14:02:53.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/40287229?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716445552.0","currentOid":""},"activityList":{"items":[{"before":"e02a039827236fa21a95866e7cd0b1c52ca61e76","after":"83e0dc18d9b4bae436125901e950161270f2174b","ref":"refs/heads/master","pushedAt":"2024-05-23T06:25:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"vishnu-deepsource","name":"Vishnu Jayadevan","path":"/vishnu-deepsource","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68588475?s=80&v=4"},"commit":{"message":"Misc README updates (#32)\n\nSigned-off-by: Jai Pradeesh <68369919+jai-deepsource@users.noreply.github.com>","shortMessageHtmlLink":"Misc README updates (#32)"}},{"before":"b855b621dc76222dec8f50b84ed599d61f71f94d","after":null,"ref":"refs/heads/misc-readme-updates","pushedAt":"2024-05-23T06:25:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"vishnu-deepsource","name":"Vishnu Jayadevan","path":"/vishnu-deepsource","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68588475?s=80&v=4"}},{"before":null,"after":"b855b621dc76222dec8f50b84ed599d61f71f94d","ref":"refs/heads/misc-readme-updates","pushedAt":"2024-05-18T17:20:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jai-deepsource","name":"Jai Pradeesh","path":"/jai-deepsource","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68369919?s=80&v=4"},"commit":{"message":"Misc README updates\n\nSigned-off-by: Jai Pradeesh <68369919+jai-deepsource@users.noreply.github.com>","shortMessageHtmlLink":"Misc README updates"}},{"before":"a1f0a2d06d34f53e8c6eddce013c859c430b4ff1","after":null,"ref":"refs/heads/remove-deprication-notice","pushedAt":"2023-10-30T11:33:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tushar-deepsource","name":"Tushar Sadhwani","path":"/tushar-deepsource","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86737547?s=80&v=4"}},{"before":"3a1fbf4a2c1081e392f283adeca969e313e666dc","after":"e02a039827236fa21a95866e7cd0b1c52ca61e76","ref":"refs/heads/master","pushedAt":"2023-10-30T11:33:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tushar-deepsource","name":"Tushar Sadhwani","path":"/tushar-deepsource","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/86737547?s=80&v=4"},"commit":{"message":"chore: remove deprication notice (#31)\n\nThe test coverage action now runs without any additional steps.\r\nWe have made changes to pick up commit OIDs from env vars set by GitHub Actions. This means no git commands would need to be run, and safe directory addition is not required anymore.\r\n\r\nSigned-off-by: Srijan Saurav <68371686+srijan-deepsource@users.noreply.github.com>","shortMessageHtmlLink":"chore: remove deprication notice (#31)"}},{"before":null,"after":"a1f0a2d06d34f53e8c6eddce013c859c430b4ff1","ref":"refs/heads/remove-deprication-notice","pushedAt":"2023-10-30T10:31:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"srijan-deepsource","name":"Srijan Saurav","path":"/srijan-deepsource","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68371686?s=80&v=4"},"commit":{"message":"chore: remove deprication notice\n\nThe test coverage action now runs without any additional steps.\r\nWe have made changes to pick up commit OIDs from env vars set by GitHub Actions. This means no git commands would need to be run, and safe directory addition is not required anymore. \n\nSigned-off-by: Srijan Saurav <68371686+srijan-deepsource@users.noreply.github.com>","shortMessageHtmlLink":"chore: remove deprication notice"}},{"before":"f00625bfaf33b025872032476a6457e6f022c618","after":null,"ref":"refs/heads/eng-294","pushedAt":"2023-10-30T09:49:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"srijan-deepsource","name":"Srijan Saurav","path":"/srijan-deepsource","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68371686?s=80&v=4"}},{"before":"5e821bd966af3428d1aec7e611b611370c477c45","after":"3a1fbf4a2c1081e392f283adeca969e313e666dc","ref":"refs/heads/master","pushedAt":"2023-10-30T09:49:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srijan-deepsource","name":"Srijan Saurav","path":"/srijan-deepsource","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68371686?s=80&v=4"},"commit":{"message":"fix: default to GITHUB_SHA if the commit received from context is empty (#30)\n\nWhen action is triggered in non-pull-request events, the default being set would be empty. In such cases, CLI would try to fetch head commit by executing git commands.\r\nThat's going to fail for this action if safe directory isn't added.","shortMessageHtmlLink":"fix: default to GITHUB_SHA if the commit received from context is emp…"}},{"before":null,"after":"f00625bfaf33b025872032476a6457e6f022c618","ref":"refs/heads/eng-294","pushedAt":"2023-10-27T13:12:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"srijan-deepsource","name":"Srijan Saurav","path":"/srijan-deepsource","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68371686?s=80&v=4"},"commit":{"message":"fix: default to GITHUB_SHA if the commit received from context is empty\n\nWhen action is triggered in non-pull-request events, the default being set would be empty. In such cases, CLI would try to fetch head commit by executing git commands.\nThat's going to fail for this action if safe directory isn't added.","shortMessageHtmlLink":"fix: default to GITHUB_SHA if the commit received from context is empty"}},{"before":"cef4142cbc2aec2bc002fdcd22295d1a89b3097b","after":null,"ref":"refs/heads/lae-8992","pushedAt":"2023-08-24T07:44:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sourya-deepsource","name":"Sourya Vatsyayan","path":"/sourya-deepsource","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68373067?s=80&v=4"}},{"before":"4e5182f7c34761e2ba45dba98382691cd507919e","after":"5e821bd966af3428d1aec7e611b611370c477c45","ref":"refs/heads/master","pushedAt":"2023-08-24T07:44:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sourya-deepsource","name":"Sourya Vatsyayan","path":"/sourya-deepsource","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68373067?s=80&v=4"},"commit":{"message":"feat: pick up PR's head commit from GitHub context (#29)","shortMessageHtmlLink":"feat: pick up PR's head commit from GitHub context (#29)"}},{"before":"02cd95cdd1921f5c045abcac6b98f68f49d755ec","after":"cef4142cbc2aec2bc002fdcd22295d1a89b3097b","ref":"refs/heads/lae-8992","pushedAt":"2023-08-24T05:59:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"deepsource-enterprise-internal[bot]","name":null,"path":"/apps/deepsource-enterprise-internal","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/230806?s=80&v=4"},"commit":{"message":"style: Format code with black","shortMessageHtmlLink":"style: Format code with black"}},{"before":null,"after":"02cd95cdd1921f5c045abcac6b98f68f49d755ec","ref":"refs/heads/lae-8992","pushedAt":"2023-08-24T05:58:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"srijan-deepsource","name":"Srijan Saurav","path":"/srijan-deepsource","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68371686?s=80&v=4"},"commit":{"message":"feat: Pick up PR's head commit from GitHub context\n\nThis allows the CLI to not execute any git commands thus making the action work all the time.","shortMessageHtmlLink":"feat: Pick up PR's head commit from GitHub context"}},{"before":"45288ed6a125156cafba365c46b6ba6c63de9198","after":"4e5182f7c34761e2ba45dba98382691cd507919e","ref":"refs/heads/master","pushedAt":"2023-08-23T10:06:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srijan-deepsource","name":"Srijan Saurav","path":"/srijan-deepsource","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68371686?s=80&v=4"},"commit":{"message":"chore: Update values allowed for `key` (#16)","shortMessageHtmlLink":"chore: Update values allowed for key (#16)"}},{"before":"c73126b83b18a65fcc46c285e0731abcd0aad0f6","after":"3d1b4a5ad6cd9a0d5da3c77c8e83b86d2610cf72","ref":"refs/heads/jai-deepsource-patch-1","pushedAt":"2023-07-13T18:36:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ashwin-deepsource","name":"Kumar Ashwin","path":"/ashwin-deepsource","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/125869626?s=80&v=4"},"commit":{"message":"change broken docs link","shortMessageHtmlLink":"change broken docs link"}},{"before":"c18d527a389e1d8060b5b8d4c808cb17cb30599a","after":"c73126b83b18a65fcc46c285e0731abcd0aad0f6","ref":"refs/heads/jai-deepsource-patch-1","pushedAt":"2023-07-13T18:16:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jai-deepsource","name":"Jai Pradeesh","path":"/jai-deepsource","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68369919?s=80&v=4"},"commit":{"message":"Change org from deepsourcelabs to DeepSourceCorp\n\nSigned-off-by: Jai Pradeesh <68369919+jai-deepsource@users.noreply.github.com>","shortMessageHtmlLink":"Change org from deepsourcelabs to DeepSourceCorp"}},{"before":null,"after":"c18d527a389e1d8060b5b8d4c808cb17cb30599a","ref":"refs/heads/jai-deepsource-patch-1","pushedAt":"2023-07-13T18:10:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jai-deepsource","name":"Jai Pradeesh","path":"/jai-deepsource","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68369919?s=80&v=4"},"commit":{"message":"Update README.md\n\nSigned-off-by: Jai Pradeesh <68369919+jai-deepsource@users.noreply.github.com>","shortMessageHtmlLink":"Update README.md"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUakLcwA","startCursor":null,"endCursor":null}},"title":"Activity · deepsourcelabs/test-coverage-action"}