Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix badges #44

Merged
merged 1 commit into from
Dec 4, 2024
Merged
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
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@
[![Lifecycle](https://img.shields.io/badge/Lifecycle-Maturing-007EC6)](https://github.com/bcgov/repomountie/blob/master/doc/lifecycle-badges.md)

#### Workflows
[![Analysis](https://github.com/bcgov/nr-fds-pyetl/actions/workflows/analysis.yml/badge.svg)](https://github.com/bcgov/nr-fds-pyetl/actions/workflows/analysis.yml)
[![CodeQL](https://github.com/bcgov/nr-fds-pyetl/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/bcgov/nr-fds-pyetl/actions/workflows/github-code-scanning/codeql)
[![ETL Sync](https://github.com/bcgov/nr-fds-pyetl/actions/workflows/job-sync.yml/badge.svg)](https://github.com/bcgov/nr-fds-pyetl/actions/workflows/job-sync.yml)
[![Merge](https://github.com/bcgov/nr-fds-pyetl/actions/workflows/merge.yml/badge.svg)](https://github.com/bcgov/nr-fds-pyetl/actions/workflows/merge.yml)
[![Nightly](https://github.com/bcgov/nr-fds-pyetl/actions/workflows/job-nightly.yml/badge.svg)](https://github.com/bcgov/nr-fds-pyetl/actions/workflows/job-nightly.yml)



#### Sonar Report Card
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=bcgov_nr-fds-pyetl&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=bcgov_nr-fds-pyetl)
Expand All @@ -24,16 +21,16 @@

# Natural Resources - Forest Digital Services - Python ETL

This repo contains the code used to mostly update the oracle database (legacy) from the data
generated by the new Seed Planning and
This repo contains the code used to mostly update the oracle database (legacy) from the data
generated by the new Seed Planning and

## Our Policy

- Work in the open: That means that everything we do should be open, should be
public. Please, don't create private repositories unless you have a very strong
reason. Keeping things public is a must follow rule for BC Government.
- Customer centred services: All the work that's been created is to improve users,
customers, and friends usability and experience. Is important to keep that in mind
customers, and friends usability and experience. Is important to keep that in mind
because as engineers sometimes we face technical issues, however, our goal is
to have a good product.
- Community based work: Remember that you're not alone. It's very likely that
Expand All @@ -44,7 +41,7 @@ and [our Rocket Chat](https://chat.developer.gov.bc.ca/) channel.

# Getting started

Once you have cloned this repository, you can get it running by typing at the
Once you have cloned this repository, you can get it running by typing at the
project root directory

**Todo: implement this in the moved repo, not currently working! Know Issue**
Expand Down
Loading