Skip to content

Commit e14551c

Browse files
committed
Fixed #309 Added Github Actions
1 parent b2af9d6 commit e14551c

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

azure-pipelines.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# Python package
2-
# Create and test a Python package on multiple Python versions.
3-
# Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more:
4-
# https://docs.microsoft.com/azure/devops/pipelines/languages/python
5-
61
trigger:
72
- master
83

@@ -149,9 +144,9 @@ stages:
149144
- bash: ./test.sh coverage
150145
displayName: "Running test coverage"
151146

152-
- script: |
153-
codecov --token=$(CODECOV_TOKEN)
154-
displayName: "Uploading test coverage results"
147+
# - script: |
148+
# codecov --token=$(CODECOV_TOKEN)
149+
# displayName: "Uploading test coverage results"
155150

156151
- stage: Scan
157152
displayName: "FOSSA"

0 commit comments

Comments
 (0)