Skip to content

Commit 287ef3b

Browse files
committed
Update from CI
1 parent 2253523 commit 287ef3b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Test Summary
22
============
3-
![Test dashboard: 42 tests passed](http://svg.test-summary.com/dashboard.svg?p=42)
4-
![Test dashboard: 42 tests failed](http://svg.test-summary.com/dashboard.svg?f=42)
5-
![Test dashboard: 42 tests passed, 8 tests failed, 18 tests skipped](http://svg.test-summary.com/dashboard.svg?p=42&f=8&s=18)
3+
![Test dashboard: 42 tests passed](https://svg.test-summary.com/dashboard.svg?p=42)
4+
![Test dashboard: 42 tests failed](https://svg.test-summary.com/dashboard.svg?f=42)
5+
![Test dashboard: 42 tests passed, 8 tests failed, 18 tests skipped](https://svg.test-summary.com/dashboard.svg?p=42&f=8&s=18)
66

77
Produce an easy-to-read summary of your project's test data as part of your GitHub Actions CI/CD workflow. This helps you understand at-a-glance the impact to the changes in your pull requests, and see which changes are introducing new problems.
88

index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ const util = __importStar(__nccwpck_require__(3837));
4444
const core = __importStar(__nccwpck_require__(2186));
4545
const glob = __importStar(__nccwpck_require__(8252));
4646
const test_parser_1 = __nccwpck_require__(2393);
47-
const dashboardUrl = 'http://svg.test-summary.com/dashboard.svg';
48-
const passIconUrl = 'http://svg.test-summary.com/icon/pass.svg?s=12';
49-
const failIconUrl = 'http://svg.test-summary.com/icon/fail.svg?s=12';
50-
const skipIconUrl = 'http://svg.test-summary.com/icon/skip.svg?s=12';
51-
const noneIconUrl = 'http://svg.test-summary.com/icon/none.svg?s=12';
47+
const dashboardUrl = 'https://svg.test-summary.com/dashboard.svg';
48+
const passIconUrl = 'https://svg.test-summary.com/icon/pass.svg?s=12';
49+
const failIconUrl = 'https://svg.test-summary.com/icon/fail.svg?s=12';
50+
const skipIconUrl = 'https://svg.test-summary.com/icon/skip.svg?s=12';
51+
const noneIconUrl = 'https://svg.test-summary.com/icon/none.svg?s=12';
5252
const footer = `This test report was produced by the <a href="https://github.com/test-summary/action">test-summary action</a>.&nbsp; Made with ❤️ in Cambridge.`;
5353
function run() {
5454
return __awaiter(this, void 0, void 0, function* () {

0 commit comments

Comments
 (0)