Skip to content

Commit

Permalink
Update Workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Immi000 committed Sep 24, 2024
1 parent b82ddce commit 98afef6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:
- main
- develop

permissions:
contents: write
checks: write
pull-requests: write

jobs:
test:
runs-on: ubuntu-latest
Expand Down

1 comment on commit 98afef6

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
codes/benchmark
   bench_fcts.py4564237%49–159, 182–234, 256–312, 338–368, 386–403, 422–471, 490–540, 564–618, 641–681, 706–762, 767–810, 824–849, 863–883, 897–914, 931–946, 960–975, 991–1000, 1021–1030, 1051–1060, 1082–1091, 1113–1130, 1146–1269
   bench_plots.py6786435%39–51, 68–80, 105–160, 181–195, 220–255, 279–328, 359–452, 474–490, 511–522, 535–644, 675–769, 797–825, 848–870, 888–907, 926–946, 969–1004, 1028–1062, 1086–1120, 1149–1178, 1203–1266, 1293–1351, 1368–1450, 1479–1547, 1578–1642, 1669–1688, 1702–1827, 1845–1941
   bench_utils.py26723910%26–39, 54–167, 181–215, 228–230, 248–253, 266, 289–332, 345–356, 369–381, 397–422, 435–451, 464–468, 482–493, 506–509, 524–531, 544, 563–610, 625–661
codes/dataset
   analyse_dataset.py15150%1–58
   data_plots.py62620%1–202
   data_utils.py21219010%39–154, 183–226, 253–271, 288–310, 340–438, 454, 466–470
codes/surrogates
   surrogates.py1221984%117, 145, 166, 273–277, 313, 371–380
codes/surrogates/DeepONet
   deeponet.py140994%118–123, 127, 275, 341–342, 366
   don_utils.py513727%15–18, 30–37, 42–52, 62–73, 86–88, 93–95, 114–139
codes/surrogates/FCNN
   fcnn.py88298%132, 208
codes/surrogates/LatentNeuralODE
   latent_neural_ode.py165796%171–172, 280–283, 437
   utilities.py18383%14, 21, 25
codes/surrogates/LatentPolynomial
   latent_poly.py121794%156–157, 207, 257–260
codes/train
   train_fcts.py1049212%37–108, 128–164, 184–198, 210–242, 254–275
codes/utils
   utils.py1218530%16–18, 78–93, 103–108, 120–129, 147–156, 169–176, 186–188, 199–200, 213–218, 232–293
TOTAL2725183333% 

Please sign in to comment.