Skip to content

Commit bd872b8

Browse files
committed
chore: use non-versioned path for test badge
1 parent 00b24fe commit bd872b8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
uses: QwerMike/xpath-action@v1
2424
with:
2525
filename: "test-results.xml"
26-
expression: "//testsuites/@tests"
26+
expression: "//testsuites/@tests/text()"
2727
- id: parse_failures
2828
name: parse test results
2929
uses: QwerMike/xpath-action@v1
3030
with:
3131
filename: "test-results.xml"
32-
expression: "//testsuites/@failures"
32+
expression: "//testsuites/@failures/text()"
3333
- name: Update test-results gist
3434
uses: schneegans/dynamic-badges-action@v1.7.0
3535
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The `node-api` Zig package provides [Node-API](https://nodejs.org/api/n-api.html) bindings for writing idiomatic Zig addons for V8-based runtimes like Node.JS or Bun.
33
Thanks to its conventions-based approach it bridges the gap seamlessly, with almost no Node-API specific code!
44

5-
![test-badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Ftypesafe%2F26882516c7ac38bf94a81784f966bd86%2Fraw%2F0dcb989b94e9bd71c2192e2e34b7979246340999%2Fnode-api-zig-test-badge.json)
5+
![test-badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Ftypesafe%2F26882516c7ac38bf94a81784f966bd86%2Fraw%2Fnode-api-zig-test-badge.json)
66

77

88
TODO:

0 commit comments

Comments
 (0)