Skip to content

Commit

Permalink
Update from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ethomson committed Oct 13, 2022
1 parent 2253523 commit 287ef3b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Test Summary
============
![Test dashboard: 42 tests passed](http://svg.test-summary.com/dashboard.svg?p=42)
![Test dashboard: 42 tests failed](http://svg.test-summary.com/dashboard.svg?f=42)
![Test dashboard: 42 tests passed, 8 tests failed, 18 tests skipped](http://svg.test-summary.com/dashboard.svg?p=42&f=8&s=18)
![Test dashboard: 42 tests passed](https://svg.test-summary.com/dashboard.svg?p=42)
![Test dashboard: 42 tests failed](https://svg.test-summary.com/dashboard.svg?f=42)
![Test dashboard: 42 tests passed, 8 tests failed, 18 tests skipped](https://svg.test-summary.com/dashboard.svg?p=42&f=8&s=18)

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.

Expand Down
10 changes: 5 additions & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ const util = __importStar(__nccwpck_require__(3837));
const core = __importStar(__nccwpck_require__(2186));
const glob = __importStar(__nccwpck_require__(8252));
const test_parser_1 = __nccwpck_require__(2393);
const dashboardUrl = 'http://svg.test-summary.com/dashboard.svg';
const passIconUrl = 'http://svg.test-summary.com/icon/pass.svg?s=12';
const failIconUrl = 'http://svg.test-summary.com/icon/fail.svg?s=12';
const skipIconUrl = 'http://svg.test-summary.com/icon/skip.svg?s=12';
const noneIconUrl = 'http://svg.test-summary.com/icon/none.svg?s=12';
const dashboardUrl = 'https://svg.test-summary.com/dashboard.svg';
const passIconUrl = 'https://svg.test-summary.com/icon/pass.svg?s=12';
const failIconUrl = 'https://svg.test-summary.com/icon/fail.svg?s=12';
const skipIconUrl = 'https://svg.test-summary.com/icon/skip.svg?s=12';
const noneIconUrl = 'https://svg.test-summary.com/icon/none.svg?s=12';
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.`;
function run() {
return __awaiter(this, void 0, void 0, function* () {
Expand Down

0 comments on commit 287ef3b

Please sign in to comment.