@empiricalrun/reporter
Advanced tools
Comparing version 0.17.2 to 0.17.3
# @empiricalrun/reporter | ||
## 0.17.3 | ||
### Patch Changes | ||
- 5416dda: feat: start sending pull request link in case of github event | ||
## 0.17.2 | ||
@@ -4,0 +10,0 @@ |
@@ -170,2 +170,3 @@ "use strict"; | ||
async send({ message, messageType, }) { | ||
const pull_request = (0, utils_1.getGhEventPrLink)(this.projectName); | ||
const payload = { | ||
@@ -177,2 +178,3 @@ test_run_id: this.runId, | ||
trigger_type: process.env.RUN_TRIGGER_TYPE, | ||
pull_request: pull_request, | ||
}; | ||
@@ -179,0 +181,0 @@ try { |
{ | ||
"name": "@empiricalrun/reporter", | ||
"version": "0.17.2", | ||
"version": "0.17.3", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "registry": "https://registry.npmjs.org/", |
Sorry, the diff of this file is not supported yet
74187
1599