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

Fix migrations #6

Merged
merged 1 commit into from
Mar 1, 2024
Merged

Fix migrations #6

merged 1 commit into from
Mar 1, 2024

Conversation

dorssel
Copy link
Owner

@dorssel dorssel commented Mar 1, 2024

No description provided.

Copy link
Contributor

github-actions bot commented Mar 1, 2024

Test Results

20 tests  +5   20 ✅ +5   0s ⏱️ ±0s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit d67895e. ± Comparison against base commit 0c03330.

This pull request removes 1 and adds 6 tests. Note that renamed tests count towards both.
UnitTests.SqliteTimestampMigrationsSqlGenerator_Tests ‑ SqliteTimestampMigrationsSqlGenerator_Create
UnitTests.SqliteTimestampMigrationsSqlGenerator_Tests ‑ SqliteTimestampMigrationsSqlGenerator_AlterTable
UnitTests.SqliteTimestampMigrationsSqlGenerator_Tests ‑ SqliteTimestampMigrationsSqlGenerator_CreateTable
UnitTests.SqliteTimestampMigrationsSqlGenerator_Tests ‑ SqliteTimestampMigrationsSqlGenerator_DropTable
UnitTests.SqliteTimestampMigrationsSqlGenerator_Tests ‑ SqliteTimestampMigrationsSqlGenerator_NullModelNoThrow
UnitTests.SqliteTimestampMigrationsSqlGenerator_Tests ‑ SqliteTimestampMigrationsSqlGenerator_RenameSchema
UnitTests.SqliteTimestampMigrationsSqlGenerator_Tests ‑ SqliteTimestampMigrationsSqlGenerator_RenameTable

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Mar 1, 2024

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 5 0 0.01s
✅ EDITORCONFIG editorconfig-checker 54 0 0.07s
✅ JSON eslint-plugin-jsonc 5 0 0.73s
✅ JSON jsonlint 5 0 0.16s
✅ JSON prettier 5 0 0.26s
✅ JSON v8r 5 0 104.26s
✅ MARKDOWN markdownlint 1 0 0.22s
❌ MARKDOWN markdown-link-check 1 1 3.54s
✅ MARKDOWN markdown-table-formatter 1 0 0.19s
✅ REPOSITORY checkov yes no 8.05s
✅ REPOSITORY gitleaks yes no 0.06s
✅ REPOSITORY git_diff yes no 0.0s
✅ REPOSITORY grype yes no 8.1s
✅ REPOSITORY secretlint yes no 1.22s
✅ REPOSITORY trivy yes no 2.98s
✅ REPOSITORY trivy-sbom yes no 2.82s
✅ REPOSITORY trufflehog yes no 6.18s
✅ XML xmllint 5 0 0.0s
✅ YAML prettier 10 0 0.45s
✅ YAML v8r 10 0 169.77s
✅ YAML yamllint 10 0 0.24s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

Copy link

codecov bot commented Mar 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (0c03330) to head (d67895e).

Additional details and impacted files
@@             Coverage Diff              @@
##             main        #6       +/-   ##
============================================
+ Coverage   88.52%   100.00%   +11.47%     
============================================
  Files           4         4               
  Lines          61        65        +4     
  Branches       10         9        -1     
============================================
+ Hits           54        65       +11     
+ Misses          3         0        -3     
+ Partials        4         0        -4     

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

@dorssel dorssel merged commit ac3d7a5 into main Mar 1, 2024
9 of 10 checks passed
@dorssel dorssel deleted the fix_migration branch March 1, 2024 16:17
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