Skip to content

Commit c86b5ea

Browse files
authored
Merge pull request #54 from rofrano/remove-poetry
Remove poetry
2 parents 73f926b + 3878213 commit c86b5ea

File tree

4 files changed

+551
-417
lines changed

4 files changed

+551
-417
lines changed

.github/workflows/workflow.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
run: |
3535
python -m pip install poetry
3636
poetry config virtualenvs.create false
37-
poetry lock --no-update
3837
poetry install
3938
4039
- name: Linting
@@ -54,8 +53,8 @@ jobs:
5453
# Create a CODECOV_TOKEN in Settings->Secrets and variables->Actions
5554
# and then uncomment the CodeCov action during hands-on lab
5655

57-
# - name: Upload coverage reports to Codecov
58-
# uses: codecov/[email protected]
59-
# with:
60-
# token: ${{ secrets.CODECOV_TOKEN }}
61-
56+
- name: Upload coverage reports to Codecov
57+
uses: codecov/[email protected]
58+
with:
59+
token: ${{ secrets.CODECOV_TOKEN }}
60+

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# lab-github-actions
22

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)
45

56
This is for NYU DevOps lab on using GitHub Actions with Redis for Continuous Integration
67

0 commit comments

Comments
 (0)