Skip to content

Commit 5d061fb

Browse files
authored
Merge pull request #109 from PythonFreeCourse/develop
Merge develop into master
2 parents 50b7edf + 51e3a5e commit 5d061fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ jobs:
3939
uses: codecov/codecov-action@v1.0.13
4040
with:
4141
file: coverage.xml
42+
- name: Cleanup
43+
run: |
44+
rm app/config.py

0 commit comments

Comments
 (0)