Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 021adc4

Browse files
authored
Merge branch 'master' into bilalqamar95/jest-v29-upgrade
2 parents 3687364 + 7845cb4 commit 021adc4

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
uses: coverallsapp/github-action@master
2929
with:
3030
github-token: ${{ secrets.GITHUB_TOKEN }}
31-
- name: Upload Coverage
32-
uses: codecov/codecov-action@v3
31+
- name: Coverage
32+
uses: codecov/codecov-action@v4
3333
with:
34+
token: ${{ secrets.CODECOV_TOKEN }}
3435
fail_ci_if_error: true

catalog-info.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# This file records information about this repo. Its use is described in OEP-55:
2+
# https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0055-proc-project-maintainers.html
3+
4+
apiVersion: backstage.io/v1alpha1
5+
kind: Component
6+
metadata:
7+
name: 'frontend-app-program-console'
8+
description: "A micro-frontend for administering edX program membership and reporting."
9+
links:
10+
- url: "https://github.com/openedx/frontend-app-program-console"
11+
title: "frontend-app-program-console GitHub Repository"
12+
icon: "Web"
13+
spec:
14+
owner: group:2u-cosmonauts
15+
type: 'website'
16+
lifecycle: 'production'
17+
dependsOn:
18+
- 'registrar'

0 commit comments

Comments
 (0)