Skip to content

Commit ee240dd

Browse files
committed
update awesome
1 parent e1126d2 commit ee240dd

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

awesome/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ def frown():
55
return ":("
66

77
def hello():
8-
return "hello world"
8+
return "hello world!,dsa"

azure-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ steps:
3232
- script: |
3333
bash <(curl -s https://codecov.io/bash)
3434
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

Comments
 (0)