File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11# This workflow will install Python dependencies, run tests and lint with a single version of Python
22# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33
4- name : Python testing
4+ name : Python
55
66on :
77 push :
1111
1212jobs :
1313 unit_testing :
14-
14+ name : Test
1515 runs-on : ubuntu-latest
1616
1717 steps :
2727 - name : Run tests
2828 run : |
2929 ./run_tests.sh
30+ - name : Upload coverage to Codacy
31+ run : export CODACY_PROJECT_TOKEN=${{ secrets.CODACY_PROJECT_TOKEN }} && bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r megalist_dataflow/*
32+ continue-on-error : true
Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ name: Semantic Release
22
33on :
44 push :
5- branches :
6- - main
5+ branches : [ main, master ]
76
87jobs :
98 release :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: ['push']
44
55jobs :
66 terraform-actions :
7- name : Workflow
7+ name : tf validate
88 runs-on : ubuntu-latest
99 defaults :
1010 run :
You can’t perform that action at this time.
0 commit comments