markdown-it-py
markdown-it-py copied to clipboard
⬆️ Bump aiidateam/github-action-benchmark from 2 to 3
Bumps aiidateam/github-action-benchmark from 2 to 3.
Changelog
Sourced from aiidateam/github-action-benchmark's changelog.
v1.8.1 - 10 Jun 2020
- Fix: Allow
/incargo benchbenchmark name (#26)- New: Add an example with Criterion.rs for Rust projects
[Changes][v1.8.1]
v1.8.0 - 17 Mar 2020
- New: Added
comment-alwaysoption to leave a comment of benchmarking results at the commit always.Thanks @pksunkara- New: Added
save-data-fileoption to skip saving data file. Settingfalseto this value is useful when you don't want to update Git repository.Thanks @pksunkara- Improve:
+/-is now replaced with±- Improve: Better formatting for floating point numbers
[Changes][v1.8.0]
v1.7.1 - 23 Feb 2020
- Fix: Benchmark output parser could not parse
\r\nas newline correctly (#16)- Improve: Prefer
@actions/github.GitHubwrapper to@octokit/rest.Octokit[Changes][v1.7.1]
v1.7.0 - 21 Jan 2020
- New: Add Catch2 support. Please read the example for more details.
Thanks @bernedom- Fix: Deploying to GitHub Pages did not work when checking out the repository with
actions/checkout@v2- Improve: Update several dependencies including
@actions/*packages[Changes][v1.7.0]
v1.6.7 - 01 Jan 2020
- Fix: Extracting the benchmark result value from
go test -benchdid not assume float numbers (Fixed #5)- Fix: Running this action on
pull_requestevent caused an error sincehead_commitpayload is not set at the event. In the case, now this action tries to extract the commit information frompull_requestpayload[Changes][v1.6.7]
v1.6.6 - 23 Dec 2019
... (truncated)
Commits
36c018b👌 IMPROVE: reset zoom button & yAxisFormatd39e90c👌 IMPROVE: allow configuration of legend alignment97fdf53🐛 FIX: legend labels for parametrized tests8f43165🚀 RELEASE: v0.3.05cce115✨ NEW: Addrender-json-pathoption (#4)4c9086f📚 DOCS: Add notes on develpment to README31c3889✨ NEW: addmetadatauser option key (#3)4a3689d🐛 FIX: Filter git payload69ea529📚 DOCS: Update Readme58c21e5✨ NEW: Capture python version- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 0.00%. Comparing base (
1a71f3f) to head (5b1513b).
Additional details and impacted files
@@ Coverage Diff @@
## master #253 +/- ##
==========================================
- Coverage 95.05% 0.00% -95.06%
==========================================
Files 64 64
Lines 3437 3437
==========================================
- Hits 3267 0 -3267
- Misses 170 3437 +3267
| Flag | Coverage Δ | |
|---|---|---|
| pytests | 0.00% <ø> (-95.06%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@dependabot rebase