Skip to content

Commit a206e4c

Browse files
authored
Removed wrong badges
1 parent 8119014 commit a206e4c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

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

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

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

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ ignore_errors = true
5050
[coverage:html]
5151
title = 'Test Coverage Report'
5252

53-
[coverage:xml]
54-
output="./coverage.xml"
53+
# [coverage:xml]
54+
# output="./coverage.xml"

0 commit comments

Comments
 (0)