Skip to content

Commit 9ea0216

Browse files
committed
Deploy on master
1 parent 9893321 commit 9ea0216

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/fns-api-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# Job 2: Deploy GitHub Pages
6363
deploy-pages:
6464
name: Deploy Coverage Report
65-
#if: github.ref == 'refs/heads/master'
65+
if: github.ref == 'refs/heads/master'
6666
environment:
6767
name: github-pages
6868
url: ${{ steps.deployment.outputs.page_url }}

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
[![Static Badge](https://img.shields.io/badge/version-1.1.0-blue)](https://github.com/MirkoZETA/FlexNetSim-API)
44
![Static Badge](https://img.shields.io/badge/language-python-blue)
55
[![Static Badge](https://img.shields.io/badge/licese-MIT-green)](https://github.com/MirkoZETA/FlexNetSim-API/blob/master/LICENSE)
6-
[![Test Coverage](https://github.com/MirkoZETA/FlexNetSim-API/actions/workflows/test-coverage.yml/badge.svg)](https://github.com/MirkoZETA/FlexNetSim-API/actions/workflows/test-coverage.yml)
7-
[![Cloud Run Deployment](https://github.com/MirkoZETA/FlexNetSim-API/actions/workflows/gke-cd.yml/badge.svg)](https://github.com/MirkoZETA/FlexNetSim-API/actions/workflows/gke-cd.yml)
6+
[![Tests](https://github.com/MirkoZETA/FlexNetSim-API/actions/workflows/test-coverage.yml/badge.svg)](https://github.com/MirkoZETA/FlexNetSim-API/actions/workflows/test-coverage.yml)
7+
[![GCP Deployment](https://github.com/MirkoZETA/FlexNetSim-API/actions/workflows/gke-cd.yml/badge.svg)](https://github.com/MirkoZETA/FlexNetSim-API/actions/workflows/gke-cd.yml)
8+
[![Static Badge](https://img.shields.io/badge/coverage-94%25-brightgreen)](https://mirkozeta.github.io/FlexNetSim-API/coverage/)
89

910
A lightweight API for running optical network simulations with [Flex Net Sim C++](https://gitlab.com/DaniloBorquez/flex-net-sim).
1011

0 commit comments

Comments
 (0)