File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1515 - ' .vscode/**'
1616 - ' **.md'
1717
18+ permissions :
19+ contents : read
20+ pull-requests : write
21+
1822jobs :
1923 build :
2024 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1515 - ' .vscode/**'
1616 - ' **.md'
1717
18+ permissions :
19+ contents : read
20+ pull-requests : write
21+
1822jobs :
1923 build :
2024 runs-on : ubuntu-latest
6165 FLASK_APP : " wsgi:app"
6266 DATABASE_URI : " postgresql+psycopg://postgres:pgs3cr3t@postgres:5432/testdb"
6367
64- - name : Upload code coverage
65- 66- with :
68+ - name : Install packages for Codecov to work
69+ run : apt update && apt install -y git curl gpg
70+
71+ - name : Upload coverage reports to Codecov
72+ uses : codecov/codecov-action@v5
73+ with :
6774 token : ${{ secrets.CODECOV_TOKEN }}
75+ slug : nyu-devops/lab-flask-bdd
76+
You can’t perform that action at this time.
0 commit comments