Skip to content

Commit bd2e048

Browse files
authored
fix: codecov (#16)
2 parents b946fb5 + effca22 commit bd2e048

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/npm-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88

99
jobs:
1010
npm-build:
11+
environment:
12+
name: codecov-bmssp
13+
1114
runs-on: ubuntu-latest
1215

1316
permissions:

test/main.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { printMessage } from "../src/bmssp.mjs";
33

44
describe("printMessage", () => {
55
test("sends a message and gets the message back", () => {
6-
let testValue = "Hello, bmssp!";
6+
let testValue = "Hello, bmssp!! Testing..";
77
expect(printMessage(testValue)).toBe(testValue);
88
});
99
});

0 commit comments

Comments
 (0)