File tree Expand file tree Collapse file tree 4 files changed +551
-417
lines changed Expand file tree Collapse file tree 4 files changed +551
-417
lines changed Original file line number Diff line number Diff line change 34
34
run : |
35
35
python -m pip install poetry
36
36
poetry config virtualenvs.create false
37
- poetry lock --no-update
38
37
poetry install
39
38
40
39
- name : Linting
54
53
# Create a CODECOV_TOKEN in Settings->Secrets and variables->Actions
55
54
# and then uncomment the CodeCov action during hands-on lab
56
55
57
- # - name: Upload coverage reports to Codecov
58
- # uses: codecov/codecov-action@v3.1.4
59
- # with:
60
- # token: ${{ secrets.CODECOV_TOKEN }}
61
-
56
+ - name : Upload coverage reports to Codecov
57
+ uses : codecov/codecov-action@v3.1.4
58
+ with :
59
+ token : ${{ secrets.CODECOV_TOKEN }}
60
+
Original file line number Diff line number Diff line change 1
1
# lab-github-actions
2
2
3
- [ ![ Build Status] ( https://github.com/nyu-devops/lab-github-actions/actions/workflows/workflow.yml/badge.svg )] ( https://github.com/nyu-devops/lab-github-actions/actions )
3
+ [ ![ Build Status] ( https://github.com/rofrano/lab-github-actions/actions/workflows/workflow.yml/badge.svg )] ( https://github.com/rofrano/lab-github-actions/actions )
4
+ [ ![ codecov] ( https://codecov.io/gh/rofrano/lab-github-actions/graph/badge.svg?token=A1RZ7I75K9 )] ( https://codecov.io/gh/rofrano/lab-github-actions )
4
5
5
6
This is for NYU DevOps lab on using GitHub Actions with Redis for Continuous Integration
6
7
You can’t perform that action at this time.
0 commit comments