@testomatio/reporter 1.3.1-beta.2 → 1.3.1-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -85,7 +85,7 @@ class GitHubPipe {
85
85
  })}** |
86
86
  `;
87
87
  if (this.store.runUrl) {
88
- summary += `\n| Testomat.io Report | 📊 [Run #${this.store.runId}](${this.store.runUrl}) | `;
88
+ summary += `| Testomat.io Report | 📊 [Run #${this.store.runId}](${this.store.runUrl}) | `;
89
89
  }
90
90
  if (process.env.GITHUB_WORKFLOW) {
91
91
  summary += `\n| Job | 🗂️ ${this.jobKey} | `;
@@ -96,9 +96,6 @@ class GitHubPipe {
96
96
  if (process.env.GITHUB_HEAD_REF) {
97
97
  summary += `\n| Branch | 🌳 \`${process.env.GITHUB_HEAD_REF}\` | `;
98
98
  }
99
- if (process.env.GITHUB_RUN_ATTEMPT) {
100
- summary += `\n| Run Attempt | 🌒 \`${process.env.GITHUB_RUN_ATTEMPT}\` | `;
101
- }
102
99
  if (process.env.GITHUB_RUN_ID) {
103
100
  summary += `\n| Build Log | ✒️ ${process.env.GITHUB_SERVER_URL || 'https://github.com'}/${
104
101
  this.repo
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testomatio/reporter",
3
- "version": "1.3.1-beta.2",
3
+ "version": "1.3.1-beta.3",
4
4
  "description": "Testomatio Reporter Client",
5
5
  "main": "./lib/reporter.js",
6
6
  "typings": "typings/index.d.ts",