Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 32ae14a

Browse files
committed
See if we can get coveralls restored
1 parent f481d0d commit 32ae14a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,8 @@ jobs:
5656
cd web2py
5757
echo $TEST_DBURL
5858
pytest -v applications/runestone/tests
59-
coveralls
59+
60+
- name: Updatae Coveralls
61+
uses: coverallsapp/github-action@master
62+
with:
63+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)