aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar RohanJnr <[email protected]>2021-11-17 19:23:13 +0530
committerGravatar RohanJnr <[email protected]>2021-11-17 19:23:13 +0530
commitb6bb53027972756d7c1df155a2ce9e7c76d62086 (patch)
tree3be471aab8417cb54d9de178cde304d3477bce00
parentDelete deploy workflow. (diff)
Disable testing in actions workflow.
-rw-r--r--.github/workflows/lint.yaml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml
index 89297832..dfad8cf8 100644
--- a/.github/workflows/lint.yaml
+++ b/.github/workflows/lint.yaml
@@ -41,15 +41,15 @@ jobs:
run: "flake8 \
--format='::error file=%(path)s,line=%(row)d,col=%(col)d::[flake8] %(code)s: %(text)s'"
- - name: Run tests and generate coverage report
- run: pytest -n auto --cov --disable-warnings -q
-
- # This step will publish the coverage reports coveralls.io and
- # print a "job" link in the output of the GitHub Action
- - name: Publish coverage report to coveralls.io
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: coveralls
+# - name: Run tests and generate coverage report
+# run: pytest -n auto --cov --disable-warnings -q
+#
+# # This step will publish the coverage reports coveralls.io and
+# # print a "job" link in the output of the GitHub Action
+# - name: Publish coverage report to coveralls.io
+# env:
+# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+# run: coveralls
# Prepare the Pull Request Payload artifact. If this fails, we
# we fail silently using the `continue-on-error` option. It's