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

Replace Travis with GitHub Actions #4

Merged
merged 5 commits into from
Nov 14, 2024
Merged

Replace Travis with GitHub Actions #4

merged 5 commits into from
Nov 14, 2024

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