Skip to content

Commit 6034748

Browse files
Fixed detection of .codecov.yml and switched to MathJax
1 parent db76551 commit 6034748

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/Tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ jobs:
4444
TERM=dumb make -C Algebroids -j $(nproc) --output-sync ci-test
4545
TERM=dumb make -C FunctorCategories -j $(nproc) --output-sync ci-test
4646
TERM=dumb make -C CatReps -j $(nproc) --output-sync ci-test
47+
cp ./Algebroids/.codecov.yml ./
4748
curl -s https://codecov.io/bash | bash

PackageInfo.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SetPackageInfo( rec(
1111
PackageName := "Algebroids",
1212
Subtitle := "Algebroids and bialgebroids as preadditive categories generated by enhanced quivers",
1313
Version := Maximum( [
14-
"2020.09.06", ## Mohamed's version
14+
"2020.09.07", ## Mohamed's version
1515
## this line prevents merge conflicts
1616
"2020.09.05", ## Kamal's version
1717
## this line prevents merge conflicts

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<!-- BEGIN FOOTER -->
1010
[docs-img]: https://img.shields.io/badge/docs-stable-blue.svg
11-
[docs-url]: https://homalg-project.github.io/Algebroids/doc/chap0.html
11+
[docs-url]: https://homalg-project.github.io/Algebroids/doc/chap0_mj.html
1212

1313
[tests-img]: https://github.com/homalg-project/Algebroids/workflows/Tests/badge.svg
1414
[tests-url]: https://github.com/homalg-project/Algebroids/actions?query=workflow%3ATests

0 commit comments

Comments
 (0)