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

Add a windows ci build using GitHub Actions. #1529

Merged
merged 16 commits into from
Mar 26, 2023

Conversation

arthurschreiber
Copy link
Collaborator

Before submitting a PR :

  1. Ensure your fork is created from master branch of the repository.
  2. Run npm install in the root folder.
  3. After bug fix/code change, ensure all the existing tests and new tests (if any) pass (npm run-script test-all). During development, to run individual test use node_modules/nodeunit test/<test_file.js> -t <test_name>.
  4. Build the driver (npm run build).
  5. Run eslint and flow typechecker (npm run lint).
  6. Run commitlint (node_modules/.bin/commitlint --from origin/master --to HEAD). Refer commit conventions and commit rules.

Thank you for Contributing!

@codecov
Copy link

codecov bot commented Mar 26, 2023

Codecov Report

Merging #1529 (176e37c) into master (ac23db7) will decrease coverage by 0.09%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1529      +/-   ##
==========================================
- Coverage   80.51%   80.42%   -0.09%     
==========================================
  Files          91       91              
  Lines        4655     4655              
  Branches      854      854              
==========================================
- Hits         3748     3744       -4     
- Misses        632      640       +8     
+ Partials      275      271       -4     

see 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@arthurschreiber arthurschreiber marked this pull request as ready for review March 26, 2023 22:34
@arthurschreiber arthurschreiber merged commit 9cebc4b into master Mar 26, 2023
@arthurschreiber arthurschreiber deleted the arthur/github-actions-windows branch March 26, 2023 22:34
@github-actions
Copy link

github-actions bot commented Apr 7, 2023

🎉 This PR is included in version 16.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

AdamJohnSwan pushed a commit to AdamJohnSwan/tedious that referenced this pull request Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant