Skip to content

Commit ce901b4

Browse files
authored
176 update this project to oss best practices workflows (#200)
* Updated docs * update workflows
1 parent d22e831 commit ce901b4

4 files changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/actions-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- main
77
- "[0-9]+\\.[0-9]+\\.[0-9]+"
88

9-
workflow_dispatch:
109

1110
concurrency:
1211
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/unit-test-windows.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ on:
66
- main
77
- "[0-9]+\\.[0-9]+\\.[0-9]+"
88

9-
concurrency:
10-
group: ${{ github.workflow }}-${{ github.ref }}
11-
cancel-in-progress: true
12-
13-
149
jobs:
1510
test:
1611
runs-on: windows-latest

.github/workflows/unit-test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
- main
77
- "[0-9]+\\.[0-9]+\\.[0-9]+"
88

9-
concurrency:
10-
group: ${{ github.workflow }}-${{ github.ref }}
11-
cancel-in-progress: true
12-
139
jobs:
1410
test:
1511
runs-on: ubuntu-latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If you don’t want the burden of installing pytest-html-plus manually and your
2626

2727
## Pytest HTML Plus VSCode
2828

29-
[![VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=reporterplus.pytest-html-plus-vscode)]
29+
[![VS Code Marketplace](https://img.shields.io/visual-studio-marketplace/v/reporterplus.pytest-html-plus-vscode?label=VS%20Code%20Marketplace&logo=visualstudiocode&logoColor=white&color=0078d7)](https://marketplace.visualstudio.com/items?itemName=reporterplus.pytest-html-plus-vscode)
3030
[![Installs](https://img.shields.io/visual-studio-marketplace/i/reporterplus.pytest-html-plus-vscode)]
3131
[![Docs](https://img.shields.io/badge/docs-online-blue)](https://pytest-html-plus.readthedocs.io/en/main/extensions/vscode/usage.html)
3232

0 commit comments

Comments
 (0)