1 parent a44febc commit f867612Copy full SHA for f867612
3 files changed
.github/workflows/system-tests.yml
@@ -54,7 +54,7 @@ jobs:
54
run: sh netsnmp/tests/system/run-coverage.sh
55
56
- name: Upload C coverage report
57
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
58
with:
59
name: client-intf-coverage
60
path: |
.github/workflows/windows.yml
@@ -40,7 +40,7 @@ jobs:
40
# gives us net-snmp-config on PATH, which setup.py relies on.
41
- name: Cache net-snmp install
42
id: cache-netsnmp
43
- uses: actions/cache@v4
+ uses: actions/cache@v6
44
45
46
${{ runner.temp }}\msys64\mingw64\bin\net-snmp-config
.gitignore
@@ -1,7 +1,11 @@
1
build/
2
dist/
3
+.vscode/
4
__pycache__/
5
*.py[co]
6
+*.so
7
+*.gcov
8
+client_intf-coverage.txt
9
.*.swp
10
.*.swo
11
*.egg-info/
0 commit comments