Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

nwalters512
Copy link
Contributor

It seems like Travis is no longer wired up to this repository. This PR replaces that with a GitHub Actions workflow to install dependencies, build dist files, and run tests.

Comment on lines -15 to -16
"test": "jest",
"test:coveralls": "npm run build && jest --coverage && cat ./coverage/lcov.info | coveralls",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like Coveralls isn't hooked up here either, so I removed the dependency and the separate test:coveralls script. Jest will now always run with coverage reporting enabled.

@nwalters512 nwalters512 merged commit 16ef10c into main Nov 14, 2024
3 checks passed
@nwalters512 nwalters512 deleted the github-actions branch November 14, 2024 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant