Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graham update name #64

Closed
wants to merge 18 commits into from
Prev Previous commit
Next Next commit
clean
  • Loading branch information
gbooth27 committed Oct 18, 2022
commit 72c8fd054af8a1ba70e45a8bf659b1d80795dd05
2 changes: 1 addition & 1 deletion .github/workflows/CI-CD.yaml
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@ jobs:
needs: test
steps:
- name: Let Coveralls know that all tests have finished
uses: coverallsapp/github-action@v1.1.0
uses: coverallsapp/github-action@v1.1.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -29,6 +29,9 @@ nbproject
# Logs
/logs
*.log
.vscode
.vscode/*


# Runtime data
pids
1 change: 0 additions & 1 deletion test/specs/action/success.spec.js
Original file line number Diff line number Diff line change
@@ -43,7 +43,6 @@ describe("GitHub Action - success tests", () => {
INPUT_TOKEN: "my-secret-token",
},
});
// console.log(cli.stdout);
expect(cli).to.have.stderr("");
expect(cli).stdout.to.include("my-lib 2.0.0");
expect(cli).stdout.to.include(
1 change: 0 additions & 1 deletion test/specs/cli/success.spec.js
Original file line number Diff line number Diff line change
@@ -147,7 +147,6 @@ describe("CLI - success tests", () => {
});

let cli = exec.cli();
console.log(cli.stdout);
expect(cli).to.have.stderr("");
expect(cli).stdout.to.include("📦 my-lib v1.0.0 is already published to");
expect(cli).to.have.exitCode(0);