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

Os agnostic test #14

Merged
merged 4 commits into from
Oct 5, 2023
Merged

Os agnostic test #14

merged 4 commits into from
Oct 5, 2023

Conversation

dakota002
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Oct 4, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (f54e0aa) 90.90% compared to head (2a802fe) 90.90%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #14   +/-   ##
=======================================
  Coverage   90.90%   90.90%           
=======================================
  Files           1        1           
  Lines          22       22           
  Branches        3        3           
=======================================
  Hits           20       20           
  Misses          1        1           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

lpsinger added a commit to lpsinger/dynamodb-autoincrement that referenced this pull request Oct 4, 2023
See nasa-gcn/gcn.nasa.gov#1477.

Note that Windows builds will initially fail; see
nasa-gcn#14.
Copy link
Member

@lpsinger lpsinger left a comment

Choose a reason for hiding this comment

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

Do you know why the Windows tests are already passing on #15 but evidently not on your laptop, @dakota002? Are you lacking the test, mkdir, or curl commands?

@lpsinger
Copy link
Member

lpsinger commented Oct 4, 2023

Please rebase to trigger the tests on Windows and macOS.

@dakota002
Copy link
Contributor Author

Will do, and yes, the test command specifically causes the following:

'test' is not recognized as an internal or external command,
operable program or batch file.

@dakota002
Copy link
Contributor Author

@lpsinger I believe the reason they passed on #15 is because the workflow is running npx jest where locally I ran npm run test

setup-dynamodb-local.mjs Show resolved Hide resolved
setup-dynamodb-local.mjs Outdated Show resolved Hide resolved
setup-dynamodb-local.mjs Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
@lpsinger lpsinger merged commit 9357fff into nasa-gcn:main Oct 5, 2023
11 of 12 checks passed
@dakota002 dakota002 deleted the OSAgnosticTest branch October 5, 2023 13:56
lpsinger added a commit to lpsinger/dynamodb-autoincrement that referenced this pull request Oct 16, 2023
The `setup-dynamodb-local.mjs` script, introduced in nasa-gcn#14, requires
the web fetch API, which requireds Node >= 18.
lpsinger added a commit to lpsinger/dynamodb-autoincrement that referenced this pull request Oct 16, 2023
The `setup-dynamodb-local.mjs` script, introduced in nasa-gcn#14, requires
the web fetch API, which requires Node >= 18.
@lpsinger lpsinger mentioned this pull request Oct 16, 2023
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.

2 participants