timkpaine / jupyterlab_email

A jupyterlab extension to email notebooks directly from JupyterLab.
Apache License 2.0
59 stars 2 forks source link

Bump EnricoMi/publish-unit-test-result-action from 1 to 2 #71

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps EnricoMi/publish-unit-test-result-action from 1 to 2.

Release notes

Sourced from EnricoMi/publish-unit-test-result-action's releases.

v2.0.0-beta

Adds the following features:

  • Minor improvements on warnings and logging.

v2.0.0-alpha

Adds the following features:

  • Add support for TRX files (#287)
  • Add support for NUnit and XUnit XML files (#288 and #289)
  • Move to lxml parsing library (#286)
  • Upgrade junitparser to 2.7.0

This release contains the following breaking changes:

  • Default value for option check_name changed from "Unit Test Results" to "Test Results". If check_name is set in your config, this change is not of your concern. Add check_name: "Unit Test Results" to your config, if you want to keep the old name. Otherwise expect comments and checks with old and new name for open pull requests when moving to version 2.
  • Default value for option comment_title changed from "Unit Test Results" to "Test Results". If either check_name or comment_title is set in your config, this change is not of your concern.
  • Modes create new and update last removed for option comment_mode. Remove option comment_mode if used with either of these modes.
  • Option hiding_comments removed. Please remove this option from your config.
  • Option comment_on_pr removed. Please remove this option from your config.

This release deprecates the following features:

  • Option files is deprecated, use junit_files instead (#285)

See README.md for further details on moving to version 2.

v1.39

Adds the following features:

  • Add check-run HTML URL to JSON output (#310)
  • Add thousands separator to progress log

v1.38

Adds the following features:

  • Allow to only comment on changes, failures, errors, ... (#248)
  • Add new comment_modes and deprecate create new and update last
  • Log file sizes, free memory, and progress reading files (#305)

v1.37

Adds the following features:

  • Re-arrange layout of PR comments without runs (#280)
  • Add formatted numbers to JSON (#298)

v1.36

Adds the following features:

  • Fixes JSON output for composite action (#277)

v1.35

Adds the following features:

... (truncated)

Commits
  • 7a453e7 Releasing v2.0.0-beta
  • 693d938 Set log level correctly, so invalid values are reported
  • 7167dcf Merge branch 'master' into master-2.x
  • 62b1695 Add files back to action.yml, mark as deprected
  • c82c0f5 Use reference action from master-2.x branch
  • d95302b Simplify deprecation warnings when files given
  • fb18c96 Releasing v2.0.0-alpha
  • 81e90c2 Merge branch 'master' into master-2.x
  • 4540043 Run CI/CD on push to all branches that start with master
  • 602889e Add file format badges
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
github-actions[bot] commented 2 years ago

Test Results

2 tests   2 :heavy_check_mark:  2s :stopwatch: 1 suites  0 :zzz: 1 files    0 :x:

Results for commit e1b6e9b5.

codecov[bot] commented 2 years ago

Codecov Report

Merging #71 (e1b6e9b) into main (a8fb768) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #71   +/-   ##
=======================================
  Coverage   25.78%   25.78%           
=======================================
  Files          11       11           
  Lines         415      415           
  Branches       94       94           
=======================================
  Hits          107      107           
  Misses        307      307           
  Partials        1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a8fb768...e1b6e9b. Read the comment docs.