Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
giocaizzi committed Jan 1, 2022
2 parents 44474d2 + bbf6831 commit 51de47b
Show file tree
Hide file tree
Showing 68 changed files with 2,533 additions and 4,320 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: mplStrater

on:
push:
branches: [ main ]
branches: [ main, develop]
pull_request:
branches: [ main ]

Expand All @@ -27,11 +27,12 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest-cov
- run: |
pytest --cov=./mplStrater --cov-report=xml
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ docsrc/build
temp
dist
build
.vscode
.coverage
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/giocaizzi/mplStrater/mplStrater/main)
![Codecov](https://img.shields.io/codecov/c/github/giocaizzi/mplStrater)
[![Requirements Status](https://requires.io/github/giocaizzi/mplStrater/requirements.svg?branch=main)](https://requires.io/github/giocaizzi/mplStrater/requirements/?branch=main)
![Licende](https://img.shields.io/github/license/giocaizzi/mplStrater)
![License](https://img.shields.io/github/license/giocaizzi/mplStrater)
![GitHub issues](https://img.shields.io/github/issues/giocaizzi/mplStrater)

This package provides the possibility to plot geologic stratigraphic columns with a structured symbology and labelling system on `matplotlib` figures.
Expand Down
202 changes: 101 additions & 101 deletions data/example.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: cbc24322d692e083cf9b5a53057ca851
config: 73265897acd2662c7b0ea3759f8bf3c5
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added docs/_images/columns.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/_images/examples_data_9_1.png
Binary file not shown.
File renamed without changes
Binary file removed docs/_images/examples_strata_8_0.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 51de47b

Please sign in to comment.