Skip to content

Commit 111aa84

Browse files
committed
update the badge.
1 parent 86e32ae commit 111aa84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
| `main` branch |
66
| ------------- |
77

8-
## | ![Main Build](https://github.com/deepnote/vscode-deepnote/actions/workflows/build-test.yml/badge.svg?branch=main)
8+
## | ![Main Build](https://github.com/deepnote/vscode-deepnote/actions/workflows/ci.yml/badge.svg?branch=main)
99

1010
[For contributing to the [Microsoft Python Language Server](https://github.com/Microsoft/python-language-server) see its own repo; for [Pylance](https://github.com/microsoft/pylance-release) see its own repo; for [debugpy](https://github.com/microsoft/debugpy) see its own repo]
1111

pythonFiles/aggregateTestResults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# %%
1515
def getRuns(createdDate):
1616
runsResponse = requests.get(
17-
"https://api.github.com/repos/deepnote/vscode-deepnote/actions/workflows/ci.yml/runs"
17+
"https://api.github.com/repos/deepnote/vscode-deepnote/actions/workflows/ci.yml/runs",
1818
params={"created": createdDate, "branch": "main"},
1919
headers={
2020
"Accept": "application/vnd.github+json",

0 commit comments

Comments
 (0)