Skip to content

Commit

Permalink
Fix backslashes
Browse files Browse the repository at this point in the history
  • Loading branch information
Release-Candidate committed Apr 25, 2021
1 parent 556466f commit e42a604
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Run Tests
run: |
cd $GITHUB_WORKSPACE
dotnet ./bin/TestTzolkin.dll --summary --nunit-summary .\test_results\nresult.xml --junit-summary .\test_results\jresult.xml
dotnet ./bin/TestTzolkin.dll --summary --nunit-summary ./test_results/nresult.xml --junit-summary ./test_results/jresult.xml
- uses: actions/upload-artifact@v2
if: ${{ always() }}
Expand Down
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Full documentation can be found at [Read the Docs](https://tzolkin.readthedocs.i
[![Nuget Package badge](https://img.shields.io/nuget/v/Tzolkin)](https://www.nuget.org/packages/Tzolkin/)
[![Documentation Status](https://readthedocs.org/projects/tzolkin/badge/?version=latest)](https://tzolkin.readthedocs.io/en/latest/)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Release-Candidate/Tzolkin/main?filepath=Tzolkin.ipynb)
[more badges ...](#badges)




## Table of Content <!-- omit in toc -->

Expand All @@ -29,6 +33,9 @@ Full documentation can be found at [Read the Docs](https://tzolkin.readthedocs.i
- [Contributing](#contributing)
- [License](#license)
- [Privacy Policy](#privacy-policy)
- [Badges](#badges)
- [Code coverage](#code-coverage)
- [GitHub Actions/Workflows](#github-actionsworkflows)

## Links

Expand Down Expand Up @@ -890,3 +897,16 @@ All content except some images of Tzolkin is licensed under the MIT license, see
## Privacy Policy

Tzolkin does not collect or share any personal information, it does not contain any ads, trackers or in-app-payments. See: [Privacy Policy](https://github.com/Release-Candidate/Tzolkin/blob/main/privacy_policy.md)


## Badges

### Code coverage

[![codecov](https://codecov.io/gh/Release-Candidate/Tzolkin/branch/main/graph/badge.svg?token=T42arcziQt)](https://codecov.io/gh/Release-Candidate/Tzolkin)

### GitHub Actions/Workflows

[![Tests Mac OS X latest](https://github.com/Release-Candidate/Tzolkin/actions/workflows/osx_test.yml/badge.svg)](https://github.com/Release-Candidate/Tzolkin/actions/workflows/osx_test.yml)
[![Tests Ubuntu 20.04](https://github.com/Release-Candidate/Tzolkin/actions/workflows/linux_test.yml/badge.svg)](https://github.com/Release-Candidate/Tzolkin/actions/workflows/linux_test.yml)
[![Tests Windows 2019](https://github.com/Release-Candidate/Tzolkin/actions/workflows/windows_test.yml/badge.svg)](https://github.com/Release-Candidate/Tzolkin/actions/workflows/windows_test.yml)
1 change: 1 addition & 0 deletions Tzolkin.sln
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
build.fsx = build.fsx
build.fsx.lock = build.fsx.lock
CHANGELOG.md = CHANGELOG.md
codecov.yml = codecov.yml
LICENSE = LICENSE
mkdocs.yml = mkdocs.yml
paket.dependencies = paket.dependencies
Expand Down
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignore:
- "./tests/"

0 comments on commit e42a604

Please sign in to comment.