Skip to content

Commit 84a2086

Browse files
committed
Readme and coverage ci updates
1 parent 23c94f6 commit 84a2086

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

.github/workflows/coverage.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,6 @@ jobs:
1616
contents: write
1717
actions: read
1818
steps:
19-
- uses: actions/checkout@v4
20-
21-
- uses: actions/download-artifact@v4
22-
id: download
23-
with:
24-
pattern: coverage-*
25-
merge-multiple: true
26-
- name: Re-add relative so the action is happy
27-
run: |
28-
echo "[run]" >> .coveragerc
29-
echo "relative_files = true" >> .coveragerc
3019
- name: Python Coverage Comment
3120
uses: py-cov-action/python-coverage-comment-action@b2eb38dd175bf053189b35f738f9207278b00925
3221
with:

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ This project is licensed under the terms of the MIT open source license. Please
4444

4545
## Maintainers
4646
This project is primarily maintained by `crimsonknave` on behalf of GitHub's Vulnerability Management team as it was initially developed for our internal use.
47+
48+
## Support
49+
50+
Reported bugs will be addressed, pull requests are welcome, but there is limited bandwidth for work on new features.

0 commit comments

Comments
 (0)