Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
run: |
python -m pip install poetry
poetry config virtualenvs.create false
poetry lock --no-update
poetry install

- name: Linting
Expand All @@ -54,8 +53,8 @@ jobs:
# Create a CODECOV_TOKEN in Settings->Secrets and variables->Actions
# and then uncomment the CodeCov action during hands-on lab

# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v3.1.4
# with:
# token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3.1.4
with:
token: ${{ secrets.CODECOV_TOKEN }}

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# lab-github-actions

[![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)
[![Build Status](https://github.com/rofrano/lab-github-actions/actions/workflows/workflow.yml/badge.svg)](https://github.com/rofrano/lab-github-actions/actions)
[![codecov](https://codecov.io/gh/rofrano/lab-github-actions/graph/badge.svg?token=A1RZ7I75K9)](https://codecov.io/gh/rofrano/lab-github-actions)

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

Expand Down
Loading
Loading