We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1126d2 commit ee240ddCopy full SHA for ee240dd
2 files changed
awesome/__init__.py
@@ -5,4 +5,4 @@ def frown():
5
return ":("
6
7
def hello():
8
- return "hello world"
+ return "hello world!,dsa"
azure-pipelines.yml
@@ -32,3 +32,7 @@ steps:
32
- script: |
33
bash <(curl -s https://codecov.io/bash)
34
displayName: 'Upload to codecov.io'
35
+- name: "Upload coverage to Codecov"
36
+ uses: codecov/codecov-action@v1
37
+ with:
38
+ fail_ci_if_error: true
0 commit comments